COLOR #D0CAEE

HEX: #D0CAEE
RGB: (208,202,238)

Color info

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

RGB color model

#D0CAEE color RGB value is (208,202,238).

  • red value is 208;
  • green value is 202;
  • blue value is 238.
RGB:
(208,202,238)
(82%,79%,93%)

RGB channels and saturation

R 208 of 255 = 82%
G 202 of 255 = 79%
B 238 of 255 = 93%

208
202
238

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

Portions of RGB colors in percentages

R + G + B =
208 + 202 + 238 = 648 (100%)
R 208 of 648 ~ 32.1%
G 202 of 648 ~ 31.17%
B 238 of 648 ~ 36.73%

%32.1
%31.17
%36.73

CMYK color model

#D0CAEE color CMYK value is (13,15,0,7).

  • cyan value is 12.61%
  • magenta value is 15.13%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(13,15,0,7)
C13M15Y0K7 
(13%,15%,0%,7%)
(0.13/0.15/0.00/0.07)	

CMYK percentages

%12.61
%15.13
%0
%6.67

Codes

Color #D0CAEE in popluar color models

D0CAEE
RGB208202238
HSL250°51.43%86.27%
HSB/HSV250°15.13%93.33%
CMYK12.61%15.13%0.00%
6.67%

Color #D0CAEE in popluar number systems.

HEXD0CAEE
Decimal208202238
Binary110100001100101011101110
Octal320312356

Shades and tints

Shades of #D0CAEE

#D0CAEE
(208,202,238)
#BEB8D9
(190,184,217)
#ACA6C4
(172,166,196)
#9A94AF
(154,148,175)
#88829A
(136,130,154)
#767085
(118,112,133)
#645E70
(100,94,112)
#524C5B
(82,76,91)
#403A46
(64,58,70)
#2E2831
(46,40,49)
#1C161C
(28,22,28)
#000000
(0,0,0)

Tints of #D0CAEE

#D0CAEE
(208,202,238)
#D4CEEF
(212,206,239)
#D8D2F0
(216,210,240)
#DCD6F1
(220,214,241)
#E0DAF2
(224,218,242)
#E4DEF3
(228,222,243)
#E8E2F4
(232,226,244)
#ECE6F5
(236,230,245)
#F0EAF6
(240,234,246)
#F4EEF7
(244,238,247)
#F8F2F8
(248,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0CAEE; }

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

This text font color is #D0CAEE.


Background Color

.myBgColor { background-color: #D0CAEE; }

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

This div background color is #D0CAEE.


Border color

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

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

This div border color is #D0CAEE.


Opacity

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

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

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

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

This text has shadow with #D0CAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0CAEE on black background.


Color preview on white background

This text has color #D0CAEE on white background.



Black color preview on #D0CAEE background

This text has black color on #D0CAEE background.


White color preview on #D0CAEE background

This text has white color on #D0CAEE background.