#DECAB6

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

Shades of Stark White #DECAB6

Tints of Stark White #DECAB6

Color information

#DECAB6 (or 0xDECAB6) is unknown color: approx Stark White. HEX triplet: DE, CA and B6. RGB value is (222,202,182). Sum of RGB (Red+Green+Blue) = 222+202+182=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 182 (71.48% from 255 or 30.03% from 606); Max value from RGB is 222 - color contains mainly: red. Hex color #DECAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECAB6 is #213549. Grayscale: #CDCDCD. Windows color (decimal): -2176330 or 11979486. OLE color: 11979486.

HSL color Cylindrical-coordinate representation of color #DECAB6: hue angle of 30º degrees, saturation: 0.38, 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 #DECAB6 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB222202182-
CMYK00.090.180.13
HSL30º37.74%79.22%-
HSV(B)30º18.02%87.06%-
XYZ59.6961.1552.91-
YUV205.7114.63139.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.63%
GREEN value IS 202 (79.30% from 255) = 33.33%
BLUE value IS 182 (71.48% from 255) = 30.03%
R=36.63%
G=33.33%
B=30.03%

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
Decimal22220218200.090.180.133037.7479.22
HexDECAB60912D1e264f
Octal33631226601122153646117
Binary11011110110010101011011001001100101101111101001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECAB6; }

 p { color: rgb(222,202,182); }

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

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

 a { background-color: rgb(222,202,182); }

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

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

 span { border-color: rgb(222,202,182); }

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