Shades of Albescent White #E3DECF
Tints of Albescent White #E3DECF
RGB
CMYK
RGB Variations
Color information
#E3DECF (or 0xE3DECF) is known color: Albescent White. HEX triplet: E3, DE and CF. RGB value is (227,222,207). Sum of RGB (Red+Green+Blue) = 227+222+207=656 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.60% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DECF is #1C2130. Grayscale: #DDDDDD. Windows color (decimal): -1843505 or 13623011. OLE color: 13623011.
HSL color Cylindrical-coordinate representation of color #E3DECF: hue angle of 45º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E3DECF is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 222 | 207 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.11 |
| HSL | 45º | 0.26% | 0.85% | - |
| HSV(B) | 45º | 0.09% | 0.89% | - |
| XYZ | 69.06 | 73.08 | 69.5 | - |
| YUV | 221.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 222 | 207 | 0 | 0.02 | 0.09 | 0.11 | 45 | 0.26 | 0.85 |
| Hex | E3 | DE | CF | 0 | 2 | 9 | B | 2D | 1A | 55 |
| Octal | 343 | 336 | 317 | 0 | 2 | 11 | 13 | 55 | 32 | 125 |
| Binary | 11100011 | 11011110 | 11001111 | 0 | 10 | 1001 | 1011 | 101101 | 11010 | 1010101 |
Color Harmonies of #E3DECF
Complementary color
Monochromatic Colors of #E3DECF
Black with #E3DECF
Text Example
Text Example
White with #E3DECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DECF; }
p { color: rgb(227,222,207); }
H1.HeaderClassName
{
color: #E3DECF;
}
.AnyTagClassName
{
color: #E3DECF;
}
</style>
background-color css
<style>
a { background-color: #E3DECF; }
a { background-color: rgb(227,222,207); }
div.DivClassName
{
background-color: #E3DECF;
}
.BgClassName
{
background-color: #E3DECF;
}
</style>
border-color css
<style>
span { border-color: #E3DECF; }
span { border-color: rgb(227,222,207); }
td.TdClassName
{
border-color: #E3DECF;
}
.TagClassName
{
border-color: #E3DECF;
}
</style>