COLOR #D0CAE6

HEX: #D0CAE6 RGB: (208,202,230)

Color info

#D0CAE6 contains red, green and blue colors in about the same proportion. Web safe color of #D0CAE6 is #CCCCCC (or #CCC).

RGB color model

#D0CAE6 color RGB value is (208,202,230).

RGB: (208,202,230) (82%, 79%, 90%)

RGB channels and saturation

R 208 of 255 = 82%
G 202 of 255 = 79%
B 230 of 255 = 90%

208
202
230

R + G + B ~ 84%. #D0CAE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 202 + 230 = 640 (100%)
R 208 of 640 ~ 32.5%
G 202 of 640 ~ 31.56%
B 230 of 640 ~ 35.94'%

%32.5
%31.56
%35.94

CMYK color model

#D0CAE6 color CMYK value is (10,12,0,10).

  • cyan value is 9.57%
  • magenta value is 12.17%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (10,12,0,10)
C10M12Y0K10 (10%, 12%, 0%, 10%)
(0.10 / 0.12 / 0.00 / 0.10)

CMYK percentages

%9.57
%12.17
%0
%9.8

Codes

Color #D0CAE6 in popluar color models

D0 CA E6
RGB 208 202 230
HSL 253° 35.90% 84.71%
HSB/HSV 253° 12.17% 90.20%
CMYK 9.57% 12.17% 0.00%
9.80%

Color #D0CAE6 in popluar number systems.

HEX D0 CA E6
Decimal 208 202 230
Binary 11010000 11001010 11100110
Octal 320 312 346

Shades and tints

Shades of #D0CAE6

#D0CAE6
(208,202,230)
#BEB8D2
(190,184,210)
#ACA6BE
(172,166,190)
#9A94AA
(154,148,170)
#888296
(136,130,150)
#767082
(118,112,130)
#645E6E
(100,94,110)
#524C5A
(82,76,90)
#403A46
(64,58,70)
#2E2832
(46,40,50)
#1C161E
(28,22,30)
#000000
(0,0,0)

Tints of #D0CAE6

#D0CAE6
(208,202,230)
#D4CEE8
(212,206,232)
#D8D2EA
(216,210,234)
#DCD6EC
(220,214,236)
#E0DAEE
(224,218,238)
#E4DEF0
(228,222,240)
#E8E2F2
(232,226,242)
#ECE6F4
(236,230,244)
#F0EAF6
(240,234,246)
#F4EEF8
(244,238,248)
#F8F2FA
(248,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0CAE6 color. Also use rgb(208,202,230) instead hex code.

Text Font Color

.myTextColor { color: #D0CAE6; }

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

This text font color is #D0CAE6.

Background Color

.myBgColor { background-color: #D0CAE6; }

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

This div background color is #D0CAE6.

Border color

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

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

This div border color is #D0CAE6.

Opacity

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

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

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

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

This text has shadow with #D0CAE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0CAE6.

Preview

Color preview on black background

This text has color #D0CAE6 on black background.


Color preview on white background

This text has color #D0CAE6 on white background.


Black color preview on #D0CAE6 background

This text has black color on #D0CAE6 background.


White color preview on #D0CAE6 background

This text has white color on #D0CAE6 background.


Related colors

Complementary color

Complementary color for #hex is #2F3519.


I love getcolorcode.com

Triadic colors

1 #E6D0CA and #CAE6D0 with #D0CAE6 are triadic colors.

2 #E6CAD0 and #CAD0E6 with #D0CAE6 are triadic colors.