#D8D4CA

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

Shades of White Pointer #D8D4CA

Tints of White Pointer #D8D4CA

Color information

#D8D4CA (or 0xD8D4CA) is unknown color: approx White Pointer. HEX triplet: D8, D4 and CA. RGB value is (216,212,202). Sum of RGB (Red+Green+Blue) = 216+212+202=630 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.29% from 630); Green value is 212 (83.20% from 255 or 33.65% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D4CA is #272B35. Grayscale: #D4D4D4. Windows color (decimal): -2566966 or 13292760. OLE color: 13292760.

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

Color convert

RGB216212202-
CMYK00.020.060.15
HSL42.86º15.22%81.96%-
HSV(B)42.86º6.48%84.71%-
XYZ62.5265.9565.31-
YUV212.06122.33130.81-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.29%
GREEN value IS 212 (83.20% from 255) = 33.65%
BLUE value IS 202 (79.30% from 255) = 32.06%
R=34.29%
G=33.65%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621220200.020.060.1542.8615.2281.96
HexD8D4CA026F2bf52
Octal330324312026175317122
Binary110110001101010011001010010110111110101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D4CA; }

 p { color: rgb(216,212,202); }

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

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

 a { background-color: rgb(216,212,202); }

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

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

 span { border-color: rgb(216,212,202); }

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