#DECAB0

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

Shades of Bone #DECAB0

Tints of Bone #DECAB0

Color information

#DECAB0 (or 0xDECAB0) is unknown color: approx Bone. HEX triplet: DE, CA and B0. RGB value is (222,202,176). Sum of RGB (Red+Green+Blue) = 222+202+176=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 176 (69.14% from 255 or 29.33% from 600); Max value from RGB is 222 - color contains mainly: red. Hex color #DECAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECAB0 is #21354F. Grayscale: #CDCDCD. Windows color (decimal): -2176336 or 11586270. OLE color: 11586270.

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

Color convert

RGB222202176-
CMYK00.090.210.13
HSL33.91º41.07%78.04%-
HSV(B)33.91º20.72%87.06%-
XYZ59.0860.9149.72-
YUV205.02111.63140.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37%
GREEN value IS 202 (79.30% from 255) = 33.67%
BLUE value IS 176 (69.14% from 255) = 29.33%
R=37%
G=33.67%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220217600.090.210.1333.9141.0778.04
HexDECAB00915D22294e
Octal33631226001125154251116
Binary110111101100101010110000010011010111011000101010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECAB0; }

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

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

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

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

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

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

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

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