#DBCBB9

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

Shades of Stark White #DBCBB9

Tints of Stark White #DBCBB9

Color information

#DBCBB9 (or 0xDBCBB9) is unknown color: approx Stark White. HEX triplet: DB, CB and B9. RGB value is (219,203,185). Sum of RGB (Red+Green+Blue) = 219+203+185=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCBB9 is #243446. Grayscale: #CDCDCD. Windows color (decimal): -2372679 or 12176347. OLE color: 12176347.

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

Color convert

RGB219203185-
CMYK00.070.160.14
HSL31.76º32.08%79.22%-
HSV(B)31.76º15.53%85.88%-
XYZ59.3361.2754.6-
YUV205.73116.3137.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.08%
GREEN value IS 203 (79.69% from 255) = 33.44%
BLUE value IS 185 (72.66% from 255) = 30.48%
R=36.08%
G=33.44%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920318500.070.160.1431.7632.0879.22
HexDBCBB90710E20204f
Octal3333132710720164040117
Binary11011011110010111011100101111000011101000001000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCBB9; }

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

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

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

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

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

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

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

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