#DBD5C9

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

Shades of White Pointer #DBD5C9

Tints of White Pointer #DBD5C9

Color information

#DBD5C9 (or 0xDBD5C9) is unknown color: approx White Pointer. HEX triplet: DB, D5 and C9. RGB value is (219,213,201). Sum of RGB (Red+Green+Blue) = 219+213+201=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 201 (78.91% from 255 or 31.75% from 633); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5C9 is #242A36. Grayscale: #D5D5D5. Windows color (decimal): -2370103 or 13227483. OLE color: 13227483.

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

Color convert

RGB219213201-
CMYK00.030.080.14
HSL40º20%82.35%-
HSV(B)40º8.22%85.88%-
XYZ63.5566.8764.82-
YUV213.43120.99131.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.60%
GREEN value IS 213 (83.59% from 255) = 33.65%
BLUE value IS 201 (78.91% from 255) = 31.75%
R=34.60%
G=33.65%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921320100.030.080.14402082.35
HexDBD5C9038E281452
Octal3333253110310165024122
Binary11011011110101011100100101110001110101000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD5C9; }

 p { color: rgb(219,213,201); }

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

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

 a { background-color: rgb(219,213,201); }

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

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

 span { border-color: rgb(219,213,201); }

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