COLOR #DDCAE9

HEX: #DDCAE9
RGB: (221,202,233)

Color info

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

RGB color model

#DDCAE9 color RGB value is (221,202,233).

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

RGB channels and saturation

R 221 of 255 = 87%
G 202 of 255 = 79%
B 233 of 255 = 91%

221
202
233

R + G + B ~ 86%. #DDCAE9 is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 202 + 233 = 656 (100%)
R 221 of 656 ~ 33.69%
G 202 of 656 ~ 30.79%
B 233 of 656 ~ 35.52%

%33.69
%30.79
%35.52

CMYK color model

#DDCAE9 color CMYK value is (5,13,0,9).

  • cyan value is 5.15%
  • magenta value is 13.30%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(5,13,0,9)
C5M13Y0K9 
(5%,13%,0%,9%)
(0.05/0.13/0.00/0.09)	

CMYK percentages

%5.15
%13.3
%0
%8.63

Codes

Color #DDCAE9 in popluar color models

DDCAE9
RGB221202233
HSL277°41.33%85.29%
HSB/HSV277°13.30%91.37%
CMYK5.15%13.30%0.00%
8.63%

Color #DDCAE9 in popluar number systems.

HEXDDCAE9
Decimal221202233
Binary110111011100101011101001
Octal335312351

Shades and tints

Shades of #DDCAE9

#DDCAE9
(221,202,233)
#C9B8D4
(201,184,212)
#B5A6BF
(181,166,191)
#A194AA
(161,148,170)
#8D8295
(141,130,149)
#797080
(121,112,128)
#655E6B
(101,94,107)
#514C56
(81,76,86)
#3D3A41
(61,58,65)
#29282C
(41,40,44)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #DDCAE9

#DDCAE9
(221,202,233)
#E0CEEB
(224,206,235)
#E3D2ED
(227,210,237)
#E6D6EF
(230,214,239)
#E9DAF1
(233,218,241)
#ECDEF3
(236,222,243)
#EFE2F5
(239,226,245)
#F2E6F7
(242,230,247)
#F5EAF9
(245,234,249)
#F8EEFB
(248,238,251)
#FBF2FD
(251,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCAE9; }

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

This text font color is #DDCAE9.


Background Color

.myBgColor { background-color: #DDCAE9; }

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

This div background color is #DDCAE9.


Border color

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

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

This div border color is #DDCAE9.


Opacity

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

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

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

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

This text has shadow with #DDCAE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCAE9 on black background.


Color preview on white background

This text has color #DDCAE9 on white background.



Black color preview on #DDCAE9 background

This text has black color on #DDCAE9 background.


White color preview on #DDCAE9 background

This text has white color on #DDCAE9 background.