COLOR #D2CDEE

HEX: #D2CDEE
RGB: (210,205,238)

Color info

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

RGB color model

#D2CDEE color RGB value is (210,205,238).

  • red value is 210;
  • green value is 205;
  • blue value is 238.
RGB:
(210,205,238)
(82%,80%,93%)

RGB channels and saturation

R 210 of 255 = 82%
G 205 of 255 = 80%
B 238 of 255 = 93%

210
205
238

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

Portions of RGB colors in percentages

R + G + B =
210 + 205 + 238 = 653 (100%)
R 210 of 653 ~ 32.16%
G 205 of 653 ~ 31.39%
B 238 of 653 ~ 36.45%

%32.16
%31.39
%36.45

CMYK color model

#D2CDEE color CMYK value is (12,14,0,7).

  • cyan value is 11.76%
  • magenta value is 13.87%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(12,14,0,7)
C12M14Y0K7 
(12%,14%,0%,7%)
(0.12/0.14/0.00/0.07)	

CMYK percentages

%11.76
%13.87
%0
%6.67

Codes

Color #D2CDEE in popluar color models

D2CDEE
RGB210205238
HSL249°49.25%86.86%
HSB/HSV249°13.87%93.33%
CMYK11.76%13.87%0.00%
6.67%

Color #D2CDEE in popluar number systems.

HEXD2CDEE
Decimal210205238
Binary110100101100110111101110
Octal322315356

Shades and tints

Shades of #D2CDEE

#D2CDEE
(210,205,238)
#BFBBD9
(191,187,217)
#ACA9C4
(172,169,196)
#9997AF
(153,151,175)
#86859A
(134,133,154)
#737385
(115,115,133)
#606170
(96,97,112)
#4D4F5B
(77,79,91)
#3A3D46
(58,61,70)
#272B31
(39,43,49)
#14191C
(20,25,28)
#000000
(0,0,0)

Tints of #D2CDEE

#D2CDEE
(210,205,238)
#D6D1EF
(214,209,239)
#DAD5F0
(218,213,240)
#DED9F1
(222,217,241)
#E2DDF2
(226,221,242)
#E6E1F3
(230,225,243)
#EAE5F4
(234,229,244)
#EEE9F5
(238,233,245)
#F2EDF6
(242,237,246)
#F6F1F7
(246,241,247)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2CDEE color. Also use rgb(210,205,238) instead hex code.

Text Font Color

.myTextColor { color: #D2CDEE; }

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

This text font color is #D2CDEE.


Background Color

.myBgColor { background-color: #D2CDEE; }

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

This div background color is #D2CDEE.


Border color

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

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

This div border color is #D2CDEE.


Opacity

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

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

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

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

This text has shadow with #D2CDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2CDEE on black background.


Color preview on white background

This text has color #D2CDEE on white background.



Black color preview on #D2CDEE background

This text has black color on #D2CDEE background.


White color preview on #D2CDEE background

This text has white color on #D2CDEE background.