#DBD5C6

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

Shades of White Pointer #DBD5C6

Tints of White Pointer #DBD5C6

Color information

#DBD5C6 (or 0xDBD5C6) is unknown color: approx White Pointer. HEX triplet: DB, D5 and C6. RGB value is (219,213,198). Sum of RGB (Red+Green+Blue) = 219+213+198=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 198 (77.73% from 255 or 31.43% from 630); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5C6 is #242A39. Grayscale: #D5D5D5. Windows color (decimal): -2370106 or 13030875. OLE color: 13030875.

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

Color convert

RGB219213198-
CMYK00.030.100.14
HSL42.86º22.58%81.76%-
HSV(B)42.86º9.59%85.88%-
XYZ63.266.7362.97-
YUV213.08119.49132.22-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.76%
GREEN value IS 213 (83.59% from 255) = 33.81%
BLUE value IS 198 (77.73% from 255) = 31.43%
R=34.76%
G=33.81%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921319800.030.100.1442.8622.5881.76
HexDBD5C603AE2b1752
Octal3333253060312165327122
Binary11011011110101011100011001110101110101011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD5C6; }

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

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

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

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

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

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

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

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