#D9D4C8

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

Shades of White Pointer #D9D4C8

Tints of White Pointer #D9D4C8

Color information

#D9D4C8 (or 0xD9D4C8) is unknown color: approx White Pointer. HEX triplet: D9, D4 and C8. RGB value is (217,212,200). Sum of RGB (Red+Green+Blue) = 217+212+200=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 212 (83.20% from 255 or 33.70% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D4C8 is #262B37. Grayscale: #D4D4D4. Windows color (decimal): -2501432 or 13161689. OLE color: 13161689.

HSL color Cylindrical-coordinate representation of color #D9D4C8: hue angle of 42.35º 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 #D9D4C8 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB217212200-
CMYK00.020.080.15
HSL42.35º18.28%81.76%-
HSV(B)42.35º7.83%85.1%-
XYZ62.5866.0164.09-
YUV212.13121.16131.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.50%
GREEN value IS 212 (83.20% from 255) = 33.70%
BLUE value IS 200 (78.52% from 255) = 31.80%
R=34.50%
G=33.70%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721220000.020.080.1542.3518.2881.76
HexD9D4C8028F2a1252
Octal3313243100210175222122
Binary11011001110101001100100001010001111101010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D4C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D4C8; }

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

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

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

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

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

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

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

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