COLOR #D0CAF0

HEX: #D0CAF0
RGB: (208,202,240)

Color info

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

RGB color model

#D0CAF0 color RGB value is (208,202,240).

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

RGB channels and saturation

R 208 of 255 = 82%
G 202 of 255 = 79%
B 240 of 255 = 94%

208
202
240

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

Portions of RGB colors in percentages

R + G + B =
208 + 202 + 240 = 650 (100%)
R 208 of 650 ~ 32%
G 202 of 650 ~ 31.08%
B 240 of 650 ~ 36.92%

%32
%31.08
%36.92

CMYK color model

#D0CAF0 color CMYK value is (13,16,0,6).

  • cyan value is 13.33%
  • magenta value is 15.83%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(13,16,0,6)
C13M16Y0K6 
(13%,16%,0%,6%)
(0.13/0.16/0.00/0.06)	

CMYK percentages

%13.33
%15.83
%0
%5.88

Codes

Color #D0CAF0 in popluar color models

D0CAF0
RGB208202240
HSL249°55.88%86.67%
HSB/HSV249°15.83%94.12%
CMYK13.33%15.83%0.00%
5.88%

Color #D0CAF0 in popluar number systems.

HEXD0CAF0
Decimal208202240
Binary110100001100101011110000
Octal320312360

Shades and tints

Shades of #D0CAF0

#D0CAF0
(208,202,240)
#BEB8DB
(190,184,219)
#ACA6C6
(172,166,198)
#9A94B1
(154,148,177)
#88829C
(136,130,156)
#767087
(118,112,135)
#645E72
(100,94,114)
#524C5D
(82,76,93)
#403A48
(64,58,72)
#2E2833
(46,40,51)
#1C161E
(28,22,30)
#000000
(0,0,0)

Tints of #D0CAF0

#D0CAF0
(208,202,240)
#D4CEF1
(212,206,241)
#D8D2F2
(216,210,242)
#DCD6F3
(220,214,243)
#E0DAF4
(224,218,244)
#E4DEF5
(228,222,245)
#E8E2F6
(232,226,246)
#ECE6F7
(236,230,247)
#F0EAF8
(240,234,248)
#F4EEF9
(244,238,249)
#F8F2FA
(248,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0CAF0; }

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

This text font color is #D0CAF0.


Background Color

.myBgColor { background-color: #D0CAF0; }

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

This div background color is #D0CAF0.


Border color

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

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

This div border color is #D0CAF0.


Opacity

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

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

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

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

This text has shadow with #D0CAF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0CAF0 on black background.


Color preview on white background

This text has color #D0CAF0 on white background.



Black color preview on #D0CAF0 background

This text has black color on #D0CAF0 background.


White color preview on #D0CAF0 background

This text has white color on #D0CAF0 background.