#DBCAB5

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

Shades of Stark White #DBCAB5

Tints of Stark White #DBCAB5

Color information

#DBCAB5 (or 0xDBCAB5) is unknown color: approx Stark White. HEX triplet: DB, CA and B5. RGB value is (219,202,181). Sum of RGB (Red+Green+Blue) = 219+202+181=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 181 (71.09% from 255 or 30.07% from 602); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAB5 is #24354A. Grayscale: #CCCCCC. Windows color (decimal): -2372939 or 11913947. OLE color: 11913947.

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

Color convert

RGB219202181-
CMYK00.080.170.14
HSL33.16º34.55%78.43%-
HSV(B)33.16º17.35%85.88%-
XYZ58.6760.6452.33-
YUV204.69114.63138.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.38%
GREEN value IS 202 (79.30% from 255) = 33.55%
BLUE value IS 181 (71.09% from 255) = 30.07%
R=36.38%
G=33.55%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920218100.080.170.1433.1634.5578.43
HexDBCAB50811E21234e
Octal33331226501021164143116
Binary110110111100101010110101010001000111101000011000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCAB5; }

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

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

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

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

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

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

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

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