#DECBB7

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

Shades of Stark White #DECBB7

Tints of Stark White #DECBB7

Color information

#DECBB7 (or 0xDECBB7) is unknown color: approx Stark White. HEX triplet: DE, CB and B7. RGB value is (222,203,183). Sum of RGB (Red+Green+Blue) = 222+203+183=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 183 (71.88% from 255 or 30.10% from 608); Max value from RGB is 222 - color contains mainly: red. Hex color #DECBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECBB7 is #213448. Grayscale: #CECECE. Windows color (decimal): -2176073 or 12045278. OLE color: 12045278.

HSL color Cylindrical-coordinate representation of color #DECBB7: hue angle of 30.77º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DECBB7 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB222203183-
CMYK00.090.180.13
HSL30.77º37.14%79.41%-
HSV(B)30.77º17.57%87.06%-
XYZ60.0361.6653.54-
YUV206.4114.79139.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.51%
GREEN value IS 203 (79.69% from 255) = 33.39%
BLUE value IS 183 (71.88% from 255) = 30.10%
R=36.51%
G=33.39%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220318300.090.180.1330.7737.1479.41
HexDECBB70912D1f254f
Octal33631326701122153745117
Binary11011110110010111011011101001100101101111111001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECBB7; }

 p { color: rgb(222,203,183); }

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

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

 a { background-color: rgb(222,203,183); }

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

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

 span { border-color: rgb(222,203,183); }

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