#DBCBBA

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

Shades of Stark White #DBCBBA

Tints of Stark White #DBCBBA

Color information

#DBCBBA (or 0xDBCBBA) is unknown color: approx Stark White. HEX triplet: DB, CB and BA. RGB value is (219,203,186). Sum of RGB (Red+Green+Blue) = 219+203+186=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCBBA is #243445. Grayscale: #CDCDCD. Windows color (decimal): -2372678 or 12241883. OLE color: 12241883.

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

Color convert

RGB219203186-
CMYK00.070.150.14
HSL30.91º31.43%79.41%-
HSV(B)30.91º15.07%85.88%-
XYZ59.4361.3255.16-
YUV205.85116.8137.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.02%
GREEN value IS 203 (79.69% from 255) = 33.39%
BLUE value IS 186 (73.05% from 255) = 30.59%
R=36.02%
G=33.39%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920318600.070.150.1430.9131.4379.41
HexDBCBBA07FE1f1f4f
Octal3333132720717163737117
Binary11011011110010111011101001111111111011111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCBBA; }

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

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

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

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

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

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

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

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