COLOR #DDCAEF

HEX: #DDCAEF
RGB: (221,202,239)

Color info

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

RGB color model

#DDCAEF color RGB value is (221,202,239).

  • red value is 221;
  • green value is 202;
  • blue value is 239.
RGB:
(221,202,239)
(87%,79%,94%)

RGB channels and saturation

R 221 of 255 = 87%
G 202 of 255 = 79%
B 239 of 255 = 94%

221
202
239

R + G + B ~ 87%. #DDCAEF is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 202 + 239 = 662 (100%)
R 221 of 662 ~ 33.38%
G 202 of 662 ~ 30.51%
B 239 of 662 ~ 36.1%

%33.38
%30.51
%36.1

CMYK color model

#DDCAEF color CMYK value is (8,15,0,6).

  • cyan value is 7.53%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(8,15,0,6)
C8M15Y0K6 
(8%,15%,0%,6%)
(0.08/0.15/0.00/0.06)	

CMYK percentages

%7.53
%15.48
%0
%6.27

Codes

Color #DDCAEF in popluar color models

DDCAEF
RGB221202239
HSL271°53.62%86.47%
HSB/HSV271°15.48%93.73%
CMYK7.53%15.48%0.00%
6.27%

Color #DDCAEF in popluar number systems.

HEXDDCAEF
Decimal221202239
Binary110111011100101011101111
Octal335312357

Shades and tints

Shades of #DDCAEF

#DDCAEF
(221,202,239)
#C9B8DA
(201,184,218)
#B5A6C5
(181,166,197)
#A194B0
(161,148,176)
#8D829B
(141,130,155)
#797086
(121,112,134)
#655E71
(101,94,113)
#514C5C
(81,76,92)
#3D3A47
(61,58,71)
#292832
(41,40,50)
#15161D
(21,22,29)
#000000
(0,0,0)

Tints of #DDCAEF

#DDCAEF
(221,202,239)
#E0CEF0
(224,206,240)
#E3D2F1
(227,210,241)
#E6D6F2
(230,214,242)
#E9DAF3
(233,218,243)
#ECDEF4
(236,222,244)
#EFE2F5
(239,226,245)
#F2E6F6
(242,230,246)
#F5EAF7
(245,234,247)
#F8EEF8
(248,238,248)
#FBF2F9
(251,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCAEF color. Also use rgb(221,202,239) instead hex code.

Text Font Color

.myTextColor { color: #DDCAEF; }

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

This text font color is #DDCAEF.


Background Color

.myBgColor { background-color: #DDCAEF; }

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

This div background color is #DDCAEF.


Border color

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

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

This div border color is #DDCAEF.


Opacity

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

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

Text with #DDCAEF 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 #DDCAEF;}

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

This text has shadow with #DDCAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCAEF on black background.


Color preview on white background

This text has color #DDCAEF on white background.



Black color preview on #DDCAEF background

This text has black color on #DDCAEF background.


White color preview on #DDCAEF background

This text has white color on #DDCAEF background.