#DBD4C6

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

Shades of White Pointer #DBD4C6

Tints of White Pointer #DBD4C6

Color information

#DBD4C6 (or 0xDBD4C6) is unknown color: approx White Pointer. HEX triplet: DB, D4 and C6. RGB value is (219,212,198). Sum of RGB (Red+Green+Blue) = 219+212+198=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 212 (83.20% from 255 or 33.70% from 629); Blue value is 198 (77.73% from 255 or 31.48% from 629); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4C6 is #242B39. Grayscale: #D4D4D4. Windows color (decimal): -2370362 or 13030619. OLE color: 13030619.

HSL color Cylindrical-coordinate representation of color #DBD4C6: hue angle of 40º 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 #DBD4C6 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB219212198-
CMYK00.030.100.14
HSL40º22.58%81.76%-
HSV(B)40º9.59%85.88%-
XYZ62.9566.2262.89-
YUV212.5119.82132.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.82%
GREEN value IS 212 (83.20% from 255) = 33.70%
BLUE value IS 198 (77.73% from 255) = 31.48%
R=34.82%
G=33.70%
B=31.48%

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
Decimal21921219800.030.100.144022.5881.76
HexDBD4C603AE281752
Octal3333243060312165027122
Binary11011011110101001100011001110101110101000101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD4C6; }

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

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

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

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

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

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

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

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