COLOR #D2CCD8

HEX: #D2CCD8
RGB: (210,204,216)

Color info

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

RGB color model

#D2CCD8 color RGB value is (210,204,216).

  • red value is 210;
  • green value is 204;
  • blue value is 216.
RGB:
(210,204,216)
(82%,80%,85%)

RGB channels and saturation

R 210 of 255 = 82%
G 204 of 255 = 80%
B 216 of 255 = 85%

210
204
216

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

Portions of RGB colors in percentages

R + G + B =
210 + 204 + 216 = 630 (100%)
R 210 of 630 ~ 33.33%
G 204 of 630 ~ 32.38%
B 216 of 630 ~ 34.29%

%33.33
%32.38
%34.29

CMYK color model

#D2CCD8 color CMYK value is (3,6,0,15).

  • cyan value is 2.78%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(3,6,0,15)
C3M6Y0K15 
(3%,6%,0%,15%)
(0.03/0.06/0.00/0.15)	

CMYK percentages

%2.78
%5.56
%0
%15.29

Codes

Color #D2CCD8 in popluar color models

D2CCD8
RGB210204216
HSL270°13.33%82.35%
HSB/HSV270°5.56%84.71%
CMYK2.78%5.56%0.00%
15.29%

Color #D2CCD8 in popluar number systems.

HEXD2CCD8
Decimal210204216
Binary110100101100110011011000
Octal322314330

Shades and tints

Shades of #D2CCD8

#D2CCD8
(210,204,216)
#BFBAC5
(191,186,197)
#ACA8B2
(172,168,178)
#99969F
(153,150,159)
#86848C
(134,132,140)
#737279
(115,114,121)
#606066
(96,96,102)
#4D4E53
(77,78,83)
#3A3C40
(58,60,64)
#272A2D
(39,42,45)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #D2CCD8

#D2CCD8
(210,204,216)
#D6D0DB
(214,208,219)
#DAD4DE
(218,212,222)
#DED8E1
(222,216,225)
#E2DCE4
(226,220,228)
#E6E0E7
(230,224,231)
#EAE4EA
(234,228,234)
#EEE8ED
(238,232,237)
#F2ECF0
(242,236,240)
#F6F0F3
(246,240,243)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2CCD8 color. Also use rgb(210,204,216) instead hex code.

Text Font Color

.myTextColor { color: #D2CCD8; }

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

This text font color is #D2CCD8.


Background Color

.myBgColor { background-color: #D2CCD8; }

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

This div background color is #D2CCD8.


Border color

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

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

This div border color is #D2CCD8.


Opacity

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

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

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

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

This text has shadow with #D2CCD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2CCD8 on black background.


Color preview on white background

This text has color #D2CCD8 on white background.



Black color preview on #D2CCD8 background

This text has black color on #D2CCD8 background.


White color preview on #D2CCD8 background

This text has white color on #D2CCD8 background.