Shades of Albescent White #E3DDCE
Tints of Albescent White #E3DDCE
RGB
CMYK
RGB Variations
Color information
#E3DDCE (or 0xE3DDCE) is known color: Albescent White. HEX triplet: E3, DD and CE. RGB value is (227,221,206). Sum of RGB (Red+Green+Blue) = 227+221+206=654 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.71% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 206 (80.86% from 255 or 31.50% from 654); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DDCE is #1C2231. Grayscale: #DDDDDD. Windows color (decimal): -1843762 or 13557219. OLE color: 13557219.
HSL color Cylindrical-coordinate representation of color #E3DDCE: hue angle of 42.86º degrees, saturation: 0.27, 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 #E3DDCE is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 221 | 206 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.11 |
| HSL | 42.86º | 0.27% | 0.85% | - |
| HSV(B) | 42.86º | 0.09% | 0.89% | - |
| XYZ | 68.68 | 72.5 | 68.77 | - |
| YUV | 221.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 221 | 206 | 0 | 0.03 | 0.09 | 0.11 | 42.86 | 0.27 | 0.85 |
| Hex | E3 | DD | CE | 0 | 3 | 9 | B | 2B | 1B | 55 |
| Octal | 343 | 335 | 316 | 0 | 3 | 11 | 13 | 53 | 33 | 125 |
| Binary | 11100011 | 11011101 | 11001110 | 0 | 11 | 1001 | 1011 | 101011 | 11011 | 1010101 |
Color Harmonies of #E3DDCE
Complementary color
Monochromatic Colors of #E3DDCE
Black with #E3DDCE
Text Example
Text Example
White with #E3DDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DDCE; }
p { color: rgb(227,221,206); }
H1.HeaderClassName
{
color: #E3DDCE;
}
.AnyTagClassName
{
color: #E3DDCE;
}
</style>
background-color css
<style>
a { background-color: #E3DDCE; }
a { background-color: rgb(227,221,206); }
div.DivClassName
{
background-color: #E3DDCE;
}
.BgClassName
{
background-color: #E3DDCE;
}
</style>
border-color css
<style>
span { border-color: #E3DDCE; }
span { border-color: rgb(227,221,206); }
td.TdClassName
{
border-color: #E3DDCE;
}
.TagClassName
{
border-color: #E3DDCE;
}
</style>