Shades of Titan White #E1D8EC
Tints of Titan White #E1D8EC
RGB
CMYK
RGB Variations
Color information
#E1D8EC (or 0xE1D8EC) is known color: Titan White. HEX triplet: E1, D8 and EC. RGB value is (225,216,236). Sum of RGB (Red+Green+Blue) = 225+216+236=677 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.23% from 677); Green value is 216 (84.77% from 255 or 31.91% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1D8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D8EC is #1E2713. Grayscale: #DCDCDC. Windows color (decimal): -1976084 or 15522017. OLE color: 15522017.
HSL color Cylindrical-coordinate representation of color #E1D8EC: hue angle of 267º degrees, saturation: 0.34, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1D8EC is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 216 | 236 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.07 |
| HSL | 267º | 0.34% | 0.89% | - |
| HSV(B) | 267º | 0.08% | 0.93% | - |
| XYZ | 70.75 | 71.18 | 89.37 | - |
| YUV | 220.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 216 | 236 | 0.05 | 0.08 | 0 | 0.07 | 267 | 0.34 | 0.89 |
| Hex | E1 | D8 | EC | 5 | 8 | 0 | 7 | 10B | 22 | 59 |
| Octal | 341 | 330 | 354 | 5 | 10 | 0 | 7 | 413 | 42 | 131 |
| Binary | 11100001 | 11011000 | 11101100 | 101 | 1000 | 0 | 111 | 100001011 | 100010 | 1011001 |
Color Harmonies of #E1D8EC
Complementary color
Monochromatic Colors of #E1D8EC
Black with #E1D8EC
Text Example
Text Example
White with #E1D8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D8EC; }
p { color: rgb(225,216,236); }
H1.HeaderClassName
{
color: #E1D8EC;
}
.AnyTagClassName
{
color: #E1D8EC;
}
</style>
background-color css
<style>
a { background-color: #E1D8EC; }
a { background-color: rgb(225,216,236); }
div.DivClassName
{
background-color: #E1D8EC;
}
.BgClassName
{
background-color: #E1D8EC;
}
</style>
border-color css
<style>
span { border-color: #E1D8EC; }
span { border-color: rgb(225,216,236); }
td.TdClassName
{
border-color: #E1D8EC;
}
.TagClassName
{
border-color: #E1D8EC;
}
</style>