#DBD5CA

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

Shades of White Pointer #DBD5CA

Tints of White Pointer #DBD5CA

Color information

#DBD5CA (or 0xDBD5CA) is unknown color: approx White Pointer. HEX triplet: DB, D5 and CA. RGB value is (219,213,202). Sum of RGB (Red+Green+Blue) = 219+213+202=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 213 (83.59% from 255 or 33.60% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5CA is #242A35. Grayscale: #D5D5D5. Windows color (decimal): -2370102 or 13293019. OLE color: 13293019.

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

Color convert

RGB219213202-
CMYK00.030.080.14
HSL38.82º19.1%82.55%-
HSV(B)38.82º7.76%85.88%-
XYZ63.6766.9165.44-
YUV213.54121.49131.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.54%
GREEN value IS 213 (83.59% from 255) = 33.60%
BLUE value IS 202 (79.30% from 255) = 31.86%
R=34.54%
G=33.60%
B=31.86%

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
Decimal21921320200.030.080.1438.8219.182.55
HexDBD5CA038E271353
Octal3333253120310164723123
Binary11011011110101011100101001110001110100111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD5CA; }

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

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

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

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

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

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

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

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