Shades of Albescent White #E1DCCF
Tints of Albescent White #E1DCCF
RGB
CMYK
RGB Variations
Color information
#E1DCCF (or 0xE1DCCF) is known color: Albescent White. HEX triplet: E1, DC and CF. RGB value is (225,220,207). Sum of RGB (Red+Green+Blue) = 225+220+207=652 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.51% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DCCF is #1E2330. Grayscale: #DCDCDC. Windows color (decimal): -1975089 or 13622497. OLE color: 13622497.
HSL color Cylindrical-coordinate representation of color #E1DCCF: hue angle of 43.33º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1DCCF is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 220 | 207 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.12 |
| HSL | 43.33º | 0.23% | 0.85% | - |
| HSV(B) | 43.33º | 0.08% | 0.88% | - |
| XYZ | 67.91 | 71.7 | 69.29 | - |
| YUV | 220.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 207 | 0 | 0.02 | 0.08 | 0.12 | 43.33 | 0.23 | 0.85 |
| Hex | E1 | DC | CF | 0 | 2 | 8 | C | 2B | 17 | 55 |
| Octal | 341 | 334 | 317 | 0 | 2 | 10 | 14 | 53 | 27 | 125 |
| Binary | 11100001 | 11011100 | 11001111 | 0 | 10 | 1000 | 1100 | 101011 | 10111 | 1010101 |
Color Harmonies of #E1DCCF
Complementary color
Monochromatic Colors of #E1DCCF
Black with #E1DCCF
Text Example
Text Example
White with #E1DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DCCF; }
p { color: rgb(225,220,207); }
H1.HeaderClassName
{
color: #E1DCCF;
}
.AnyTagClassName
{
color: #E1DCCF;
}
</style>
background-color css
<style>
a { background-color: #E1DCCF; }
a { background-color: rgb(225,220,207); }
div.DivClassName
{
background-color: #E1DCCF;
}
.BgClassName
{
background-color: #E1DCCF;
}
</style>
border-color css
<style>
span { border-color: #E1DCCF; }
span { border-color: rgb(225,220,207); }
td.TdClassName
{
border-color: #E1DCCF;
}
.TagClassName
{
border-color: #E1DCCF;
}
</style>