#DBD7CB

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

Shades of White Pointer #DBD7CB

Tints of White Pointer #DBD7CB

Color information

#DBD7CB (or 0xDBD7CB) is unknown color: approx White Pointer. HEX triplet: DB, D7 and CB. RGB value is (219,215,203). Sum of RGB (Red+Green+Blue) = 219+215+203=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 215 (84.38% from 255 or 33.75% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD7CB is #242834. Grayscale: #D6D6D6. Windows color (decimal): -2369589 or 13359067. OLE color: 13359067.

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

Color convert

RGB219215203-
CMYK00.020.070.14
HSL45º18.18%82.75%-
HSV(B)45º7.31%85.88%-
XYZ64.2967.9766.23-
YUV214.83121.33130.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.38%
GREEN value IS 215 (84.38% from 255) = 33.75%
BLUE value IS 203 (79.69% from 255) = 31.87%
R=34.38%
G=33.75%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921520300.020.070.144518.1882.75
HexDBD7CB027E2d1253
Octal333327313027165522123
Binary1101101111010111110010110101111110101101100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD7CB; }

 p { color: rgb(219,215,203); }

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

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

 a { background-color: rgb(219,215,203); }

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

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

 span { border-color: rgb(219,215,203); }

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