Shades of Sapling #DECEAA
Tints of Sapling #DECEAA
RGB
CMYK
RGB Variations
Color information
#DECEAA (or 0xDECEAA) is known color: Sapling. HEX triplet: DE, CE and AA. RGB value is (222,206,170). Sum of RGB (Red+Green+Blue) = 222+206+170=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 222 - color contains mainly: red. Hex color #DECEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECEAA is #213155. Grayscale: #CECECE. Windows color (decimal): -2175318 or 11194078. OLE color: 11194078.
HSL color Cylindrical-coordinate representation of color #DECEAA: hue angle of 41.54º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DECEAA is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 170 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.13 |
| HSL | 41.54º | 0.44% | 0.77% | - |
| HSV(B) | 41.54º | 0.23% | 0.87% | - |
| XYZ | 59.45 | 62.57 | 46.97 | - |
| YUV | 206.68 | 107.3 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 170 | 0 | 0.07 | 0.23 | 0.13 | 41.54 | 0.44 | 0.77 |
| Hex | DE | CE | AA | 0 | 7 | 17 | D | 2A | 2C | 4D |
| Octal | 336 | 316 | 252 | 0 | 7 | 27 | 15 | 52 | 54 | 115 |
| Binary | 11011110 | 11001110 | 10101010 | 0 | 111 | 10111 | 1101 | 101010 | 101100 | 1001101 |
Color Harmonies of #DECEAA
Complementary color
Monochromatic Colors of #DECEAA
Black with #DECEAA
Text Example
Text Example
White with #DECEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECEAA; }
p { color: rgb(222,206,170); }
H1.HeaderClassName
{
color: #DECEAA;
}
.AnyTagClassName
{
color: #DECEAA;
}
</style>
background-color css
<style>
a { background-color: #DECEAA; }
a { background-color: rgb(222,206,170); }
div.DivClassName
{
background-color: #DECEAA;
}
.BgClassName
{
background-color: #DECEAA;
}
</style>
border-color css
<style>
span { border-color: #DECEAA; }
span { border-color: rgb(222,206,170); }
td.TdClassName
{
border-color: #DECEAA;
}
.TagClassName
{
border-color: #DECEAA;
}
</style>