Shades of Albescent White #E3DCCD
Tints of Albescent White #E3DCCD
RGB
CMYK
RGB Variations
Color information
#E3DCCD (or 0xE3DCCD) is known color: Albescent White. HEX triplet: E3, DC and CD. RGB value is (227,220,205). Sum of RGB (Red+Green+Blue) = 227+220+205=652 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.82% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DCCD is #1C2332. Grayscale: #DCDCDC. Windows color (decimal): -1844019 or 13491427. OLE color: 13491427.
HSL color Cylindrical-coordinate representation of color #E3DCCD: hue angle of 40.91º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E3DCCD is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 220 | 205 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.11 |
| HSL | 40.91º | 0.28% | 0.85% | - |
| HSV(B) | 40.91º | 0.1% | 0.89% | - |
| XYZ | 68.29 | 71.93 | 68.04 | - |
| YUV | 220.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 220 | 205 | 0 | 0.03 | 0.10 | 0.11 | 40.91 | 0.28 | 0.85 |
| Hex | E3 | DC | CD | 0 | 3 | A | B | 29 | 1C | 55 |
| Octal | 343 | 334 | 315 | 0 | 3 | 12 | 13 | 51 | 34 | 125 |
| Binary | 11100011 | 11011100 | 11001101 | 0 | 11 | 1010 | 1011 | 101001 | 11100 | 1010101 |
Color Harmonies of #E3DCCD
Complementary color
Monochromatic Colors of #E3DCCD
Black with #E3DCCD
Text Example
Text Example
White with #E3DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DCCD; }
p { color: rgb(227,220,205); }
H1.HeaderClassName
{
color: #E3DCCD;
}
.AnyTagClassName
{
color: #E3DCCD;
}
</style>
background-color css
<style>
a { background-color: #E3DCCD; }
a { background-color: rgb(227,220,205); }
div.DivClassName
{
background-color: #E3DCCD;
}
.BgClassName
{
background-color: #E3DCCD;
}
</style>
border-color css
<style>
span { border-color: #E3DCCD; }
span { border-color: rgb(227,220,205); }
td.TdClassName
{
border-color: #E3DCCD;
}
.TagClassName
{
border-color: #E3DCCD;
}
</style>