#D9D2C8

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

Shades of Blanc #D9D2C8

Tints of Blanc #D9D2C8

Color information

#D9D2C8 (or 0xD9D2C8) is unknown color: approx Blanc. HEX triplet: D9, D2 and C8. RGB value is (217,210,200). Sum of RGB (Red+Green+Blue) = 217+210+200=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 210 (82.42% from 255 or 33.49% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D2C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D2C8 is #262D37. Grayscale: #D3D3D3. Windows color (decimal): -2501944 or 13161177. OLE color: 13161177.

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

Color convert

RGB217210200-
CMYK00.030.080.15
HSL35.29º18.28%81.76%-
HSV(B)35.29º7.83%85.1%-
XYZ62.0965.0263.92-
YUV210.95121.82132.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.61%
GREEN value IS 210 (82.42% from 255) = 33.49%
BLUE value IS 200 (78.52% from 255) = 31.90%
R=34.61%
G=33.49%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721020000.030.080.1535.2918.2881.76
HexD9D2C8038F231252
Octal3313223100310174322122
Binary11011001110100101100100001110001111100011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D2C8; }

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

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

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

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

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

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

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

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