#DBD5C7

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

Shades of White Pointer #DBD5C7

Tints of White Pointer #DBD5C7

Color information

#DBD5C7 (or 0xDBD5C7) is unknown color: approx White Pointer. HEX triplet: DB, D5 and C7. RGB value is (219,213,199). Sum of RGB (Red+Green+Blue) = 219+213+199=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 213 (83.59% from 255 or 33.76% from 631); Blue value is 199 (78.12% from 255 or 31.54% from 631); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5C7 is #242A38. Grayscale: #D5D5D5. Windows color (decimal): -2370105 or 13096411. OLE color: 13096411.

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

Color convert

RGB219213199-
CMYK00.030.090.14
HSL42º21.74%81.96%-
HSV(B)42º9.13%85.88%-
XYZ63.3266.7763.58-
YUV213.2119.99132.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.71%
GREEN value IS 213 (83.59% from 255) = 33.76%
BLUE value IS 199 (78.12% from 255) = 31.54%
R=34.71%
G=33.76%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921319900.030.090.144221.7481.96
HexDBD5C7039E2a1652
Octal3333253070311165226122
Binary11011011110101011100011101110011110101010101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD5C7; }

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

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

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

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

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

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

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

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