#D9D5CA

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

Shades of White Pointer #D9D5CA

Tints of White Pointer #D9D5CA

Color information

#D9D5CA (or 0xD9D5CA) is unknown color: approx White Pointer. HEX triplet: D9, D5 and CA. RGB value is (217,213,202). Sum of RGB (Red+Green+Blue) = 217+213+202=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D5CA is #262A35. Grayscale: #D4D4D4. Windows color (decimal): -2501174 or 13293017. OLE color: 13293017.

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

Color convert

RGB217213202-
CMYK00.020.070.15
HSL44º16.48%82.16%-
HSV(B)44º6.91%85.1%-
XYZ63.0766.665.41-
YUV212.94121.83130.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.34%
GREEN value IS 213 (83.59% from 255) = 33.70%
BLUE value IS 202 (79.30% from 255) = 31.96%
R=34.34%
G=33.70%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721320200.020.070.154416.4882.16
HexD9D5CA027F2c1052
Octal331325312027175420122
Binary1101100111010101110010100101111111101100100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D5CA; }

 p { color: rgb(217,213,202); }

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

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

 a { background-color: rgb(217,213,202); }

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

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

 span { border-color: rgb(217,213,202); }

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