#D9CDD2

Color #D9CDD2 Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prim #D9CDD2

Tints of Prim #D9CDD2

Color information

#D9CDD2 (or 0xD9CDD2) is unknown color: approx Prim. HEX triplet: D9, CD and D2. RGB value is (217,205,210). Sum of RGB (Red+Green+Blue) = 217+205+210=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 210 (82.42% from 255 or 33.23% from 632); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CDD2 is #26322D. Grayscale: #D1D1D1. Windows color (decimal): -2503214 or 13815257. OLE color: 13815257.

HSL color Cylindrical-coordinate representation of color #D9CDD2: hue angle of 335º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9CDD2 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB217205210-
CMYK00.060.030.15
HSL335º13.64%82.75%-
HSV(B)335º5.53%85.1%-
XYZ62.0863.0769.87-
YUV209.16128.48133.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 34.34%
GREEN value IS 205 (80.47% from 255) = 32.44%
BLUE value IS 210 (82.42% from 255) = 33.23%
R=34.34%
G=32.44%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720521000.060.030.1533513.6482.75
HexD9CDD2063F14fe53
Octal3313153220631751716123
Binary110110011100110111010010011011111110100111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CDD2; }

 p { color: rgb(217,205,210); }

 H1.HeaderClassName
 {
   color: #D9CDD2;
 }
 .AnyTagClassName
 {
   color: #D9CDD2;
 }
</style>
background-color css

<style>
 a { background-color: #D9CDD2; }

 a { background-color: rgb(217,205,210); }

 div.DivClassName
 {
   background-color: #D9CDD2;
 }
 .BgClassName
 {
   background-color: #D9CDD2;
 }
</style>
border-color css

<style>
 span { border-color: #D9CDD2; }

 span { border-color: rgb(217,205,210); }

 td.TdClassName
 {
   border-color: #D9CDD2;
 }
 .TagClassName
 {
   border-color: #D9CDD2;
 }
</style>