COLOR #D0CDDA

HEX: #D0CDDA
RGB: (208,205,218)

Color info

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

RGB color model

#D0CDDA color RGB value is (208,205,218).

  • red value is 208;
  • green value is 205;
  • blue value is 218.
RGB:
(208,205,218)
(82%,80%,85%)

RGB channels and saturation

R 208 of 255 = 82%
G 205 of 255 = 80%
B 218 of 255 = 85%

208
205
218

R + G + B ~ 82%. #D0CDDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 205 + 218 = 631 (100%)
R 208 of 631 ~ 32.96%
G 205 of 631 ~ 32.49%
B 218 of 631 ~ 34.55%

%32.96
%32.49
%34.55

CMYK color model

#D0CDDA color CMYK value is (5,6,0,15).

  • cyan value is 4.59%
  • magenta value is 5.96%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(5,6,0,15)
C5M6Y0K15 
(5%,6%,0%,15%)
(0.05/0.06/0.00/0.15)	

CMYK percentages

%4.59
%5.96
%0
%14.51

Codes

Color #D0CDDA in popluar color models

D0CDDA
RGB208205218
HSL254°14.94%82.94%
HSB/HSV254°5.96%85.49%
CMYK4.59%5.96%0.00%
14.51%

Color #D0CDDA in popluar number systems.

HEXD0CDDA
Decimal208205218
Binary110100001100110111011010
Octal320315332

Shades and tints

Shades of #D0CDDA

#D0CDDA
(208,205,218)
#BEBBC7
(190,187,199)
#ACA9B4
(172,169,180)
#9A97A1
(154,151,161)
#88858E
(136,133,142)
#76737B
(118,115,123)
#646168
(100,97,104)
#524F55
(82,79,85)
#403D42
(64,61,66)
#2E2B2F
(46,43,47)
#1C191C
(28,25,28)
#000000
(0,0,0)

Tints of #D0CDDA

#D0CDDA
(208,205,218)
#D4D1DD
(212,209,221)
#D8D5E0
(216,213,224)
#DCD9E3
(220,217,227)
#E0DDE6
(224,221,230)
#E4E1E9
(228,225,233)
#E8E5EC
(232,229,236)
#ECE9EF
(236,233,239)
#F0EDF2
(240,237,242)
#F4F1F5
(244,241,245)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0CDDA color. Also use rgb(208,205,218) instead hex code.

Text Font Color

.myTextColor { color: #D0CDDA; }

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

This text font color is #D0CDDA.


Background Color

.myBgColor { background-color: #D0CDDA; }

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

This div background color is #D0CDDA.


Border color

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

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

This div border color is #D0CDDA.


Opacity

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

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

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

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

This text has shadow with #D0CDDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0CDDA on black background.


Color preview on white background

This text has color #D0CDDA on white background.



Black color preview on #D0CDDA background

This text has black color on #D0CDDA background.


White color preview on #D0CDDA background

This text has white color on #D0CDDA background.