#D5D2CA

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

Shades of White Pointer #D5D2CA

Tints of White Pointer #D5D2CA

Color information

#D5D2CA (or 0xD5D2CA) is unknown color: approx White Pointer. HEX triplet: D5, D2 and CA. RGB value is (213,210,202). Sum of RGB (Red+Green+Blue) = 213+210+202=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D2CA is #2A2D35. Grayscale: #D2D2D2. Windows color (decimal): -2764086 or 13292245. OLE color: 13292245.

HSL color Cylindrical-coordinate representation of color #D5D2CA: hue angle of 43.64º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5D2CA is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB213210202-
CMYK00.010.050.16
HSL43.64º11.58%81.37%-
HSV(B)43.64º5.16%83.53%-
XYZ61.1564.565.1-
YUV209.98123.49130.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.08%
GREEN value IS 210 (82.42% from 255) = 33.6%
BLUE value IS 202 (79.30% from 255) = 32.32%
R=34.08%
G=33.6%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321020200.010.050.1643.6411.5881.37
HexD5D2CA015102cc51
Octal325322312015205414121
Binary110101011101001011001010011011000010110011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D2CA; }

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

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

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

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

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

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

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

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