Shades of Albescent White #E4DECC
Tints of Albescent White #E4DECC
RGB
CMYK
RGB Variations
Color information
#E4DECC (or 0xE4DECC) is known color: Albescent White. HEX triplet: E4, DE and CC. RGB value is (228,222,204). Sum of RGB (Red+Green+Blue) = 228+222+204=654 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.86% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DECC is #1B2133. Grayscale: #DDDDDD. Windows color (decimal): -1777972 or 13426404. OLE color: 13426404.
HSL color Cylindrical-coordinate representation of color #E4DECC: hue angle of 45º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4DECC is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 222 | 204 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.11 |
| HSL | 45º | 0.31% | 0.85% | - |
| HSV(B) | 45º | 0.11% | 0.89% | - |
| XYZ | 69.02 | 73.1 | 67.6 | - |
| YUV | 221.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 222 | 204 | 0 | 0.03 | 0.11 | 0.11 | 45 | 0.31 | 0.85 |
| Hex | E4 | DE | CC | 0 | 3 | B | B | 2D | 1F | 55 |
| Octal | 344 | 336 | 314 | 0 | 3 | 13 | 13 | 55 | 37 | 125 |
| Binary | 11100100 | 11011110 | 11001100 | 0 | 11 | 1011 | 1011 | 101101 | 11111 | 1010101 |
Color Harmonies of #E4DECC
Complementary color
Monochromatic Colors of #E4DECC
Black with #E4DECC
Text Example
Text Example
White with #E4DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DECC; }
p { color: rgb(228,222,204); }
H1.HeaderClassName
{
color: #E4DECC;
}
.AnyTagClassName
{
color: #E4DECC;
}
</style>
background-color css
<style>
a { background-color: #E4DECC; }
a { background-color: rgb(228,222,204); }
div.DivClassName
{
background-color: #E4DECC;
}
.BgClassName
{
background-color: #E4DECC;
}
</style>
border-color css
<style>
span { border-color: #E4DECC; }
span { border-color: rgb(228,222,204); }
td.TdClassName
{
border-color: #E4DECC;
}
.TagClassName
{
border-color: #E4DECC;
}
</style>