COLOR #D8CAEA

HEX: #D8CAEA RGB: (216,202,234)

Color info

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

RGB color model

#D8CAEA color RGB value is (216,202,234).

RGB: (216,202,234) (85%, 79%, 92%)

RGB channels and saturation

R 216 of 255 = 85%
G 202 of 255 = 79%
B 234 of 255 = 92%

216
202
234

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

Portions of RGB colors in percentages

R + G + B = 216 + 202 + 234 = 652 (100%)
R 216 of 652 ~ 33.13%
G 202 of 652 ~ 30.98%
B 234 of 652 ~ 35.89'%

%33.13
%30.98
%35.89

CMYK color model

#D8CAEA color CMYK value is (8,14,0,8).

  • cyan value is 7.69%
  • magenta value is 13.68%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (8,14,0,8)
C8M14Y0K8 (8%, 14%, 0%, 8%)
(0.08 / 0.14 / 0.00 / 0.08)

CMYK percentages

%7.69
%13.68
%0
%8.24

Codes

Color #D8CAEA in popluar color models

D8 CA EA
RGB 216 202 234
HSL 266° 43.24% 85.49%
HSB/HSV 266° 13.68% 91.76%
CMYK 7.69% 13.68% 0.00%
8.24%

Color #D8CAEA in popluar number systems.

HEX D8 CA EA
Decimal 216 202 234
Binary 11011000 11001010 11101010
Octal 330 312 352

Shades and tints

Shades of #D8CAEA

#D8CAEA
(216,202,234)
#C5B8D5
(197,184,213)
#B2A6C0
(178,166,192)
#9F94AB
(159,148,171)
#8C8296
(140,130,150)
#797081
(121,112,129)
#665E6C
(102,94,108)
#534C57
(83,76,87)
#403A42
(64,58,66)
#2D282D
(45,40,45)
#1A1618
(26,22,24)
#000000
(0,0,0)

Tints of #D8CAEA

#D8CAEA
(216,202,234)
#DBCEEB
(219,206,235)
#DED2EC
(222,210,236)
#E1D6ED
(225,214,237)
#E4DAEE
(228,218,238)
#E7DEEF
(231,222,239)
#EAE2F0
(234,226,240)
#EDE6F1
(237,230,241)
#F0EAF2
(240,234,242)
#F3EEF3
(243,238,243)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8CAEA color. Also use rgb(216,202,234) instead hex code.

Text Font Color

.myTextColor { color: #D8CAEA; }

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

This text font color is #D8CAEA.

Background Color

.myBgColor { background-color: #D8CAEA; }

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

This div background color is #D8CAEA.

Border color

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

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

This div border color is #D8CAEA.

Opacity

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

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

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

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

This text has shadow with #D8CAEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8CAEA.

Preview

Color preview on black background

This text has color #D8CAEA on black background.


Color preview on white background

This text has color #D8CAEA on white background.


Black color preview on #D8CAEA background

This text has black color on #D8CAEA background.


White color preview on #D8CAEA background

This text has white color on #D8CAEA background.


Related colors

Complementary color

Complementary color for #hex is #273515.


I love getcolorcode.com

Triadic colors

1 #EAD8CA and #CAEAD8 with #D8CAEA are triadic colors.

2 #EACAD8 and #CAD8EA with #D8CAEA are triadic colors.