COLOR #DDBEEC

HEX: #DDBEEC
RGB: (221,190,236)

Color info

#DDBEEC contains red, green and blue colors in about the same proportion. Web safe color of #DDBEEC is #CCCCFF (or #CCF).

RGB color model

#DDBEEC color RGB value is (221,190,236).

  • red value is 221;
  • green value is 190;
  • blue value is 236.
RGB:
(221,190,236)
(87%,75%,93%)

RGB channels and saturation

R 221 of 255 = 87%
G 190 of 255 = 75%
B 236 of 255 = 93%

221
190
236

R + G + B ~ 85%. #DDBEEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 190 + 236 = 647 (100%)
R 221 of 647 ~ 34.16%
G 190 of 647 ~ 29.37%
B 236 of 647 ~ 36.48%

%34.16
%29.37
%36.48

CMYK color model

#DDBEEC color CMYK value is (6,19,0,7).

  • cyan value is 6.36%
  • magenta value is 19.49%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(6,19,0,7)
C6M19Y0K7 
(6%,19%,0%,7%)
(0.06/0.19/0.00/0.07)	

CMYK percentages

%6.36
%19.49
%0
%7.45

Codes

Color #DDBEEC in popluar color models

DDBEEC
RGB221190236
HSL280°54.76%83.53%
HSB/HSV280°19.49%92.55%
CMYK6.36%19.49%0.00%
7.45%

Color #DDBEEC in popluar number systems.

HEXDDBEEC
Decimal221190236
Binary110111011011111011101100
Octal335276354

Shades and tints

Shades of #DDBEEC

#DDBEEC
(221,190,236)
#C9ADD7
(201,173,215)
#B59CC2
(181,156,194)
#A18BAD
(161,139,173)
#8D7A98
(141,122,152)
#796983
(121,105,131)
#65586E
(101,88,110)
#514759
(81,71,89)
#3D3644
(61,54,68)
#29252F
(41,37,47)
#15141A
(21,20,26)
#000000
(0,0,0)

Tints of #DDBEEC

#DDBEEC
(221,190,236)
#E0C3ED
(224,195,237)
#E3C8EE
(227,200,238)
#E6CDEF
(230,205,239)
#E9D2F0
(233,210,240)
#ECD7F1
(236,215,241)
#EFDCF2
(239,220,242)
#F2E1F3
(242,225,243)
#F5E6F4
(245,230,244)
#F8EBF5
(248,235,245)
#FBF0F6
(251,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDBEEC color. Also use rgb(221,190,236) instead hex code.

Text Font Color

.myTextColor { color: #DDBEEC; }

<p style="color:#DDBEEC">This sample text font color is #DDBEEC.</p>

This text font color is #DDBEEC.


Background Color

.myBgColor { background-color: #DDBEEC; }

<div style="background-color:#DDBEEC">Inner text</div>

This div background color is #DDBEEC.


Border color

.myBorderColor { border: 1px solid #DDBEEC; }

<div style="border:3px solid #DDBEEC">Div</div>

This div border color is #DDBEEC.


Opacity

.myOpacity80 { color: #DDBEEC; opacity: 0.8; }

<p style="color:#DDBEEC;opacity:0.8;">80%</p>

Text with #DDBEEC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DDBEEC;}

<p style="text-shadow: 3px 3px 1px #DDBEEC">Text here.</p>

This text has shadow with #DDBEEC color.

.textShadow {text-shadow: 3px 3px 1px #DDBEEC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DDBEEC, 5px 5px 20px red">Text here.</p>

This text has shadow with #DDBEEC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DDBEEC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DDBEEC, Direction=45, Strength=4)">Text</p>

This text has shadow with #DDBEEC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #DDBEEC;
  -webkit-box-shadow:	1px 1px 3px 2px #DDBEEC;
  box-shadow:		1px 1px 3px 2px #DDBEEC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DDBEEC;
-webkit-box-shadow: 1px 1px 3px 2px #DDBEEC;
box-shadow:1px 1px 3px 2px #DDBEEC;">
Div content here</div>
This div box has shadow with color #DDBEEC.

Preview

Color preview on black background

This text has color #DDBEEC on black background.


Color preview on white background

This text has color #DDBEEC on white background.



Black color preview on #DDBEEC background

This text has black color on #DDBEEC background.


White color preview on #DDBEEC background

This text has white color on #DDBEEC background.