Shades of Titan White #E1DEE4
Tints of Titan White #E1DEE4
RGB
CMYK
RGB Variations
Color information
#E1DEE4 (or 0xE1DEE4) is known color: Titan White. HEX triplet: E1, DE and E4. RGB value is (225,222,228). Sum of RGB (Red+Green+Blue) = 225+222+228=675 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.33% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 228 (89.45% from 255 or 33.78% from 675); Max value from RGB is 228 - color contains mainly: blue. Hex color #E1DEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DEE4 is #1E211B. Grayscale: #DFDFDF. Windows color (decimal): -1974556 or 14999265. OLE color: 14999265.
HSL color Cylindrical-coordinate representation of color #E1DEE4: hue angle of 270º degrees, saturation: 0.1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E1DEE4 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 222 | 228 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.11 |
| HSL | 270º | 0.1% | 0.88% | - |
| HSV(B) | 270º | 0.03% | 0.89% | - |
| XYZ | 71.18 | 73.85 | 83.9 | - |
| YUV | 223.58 | 130.49 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 228 | 0.01 | 0.03 | 0 | 0.11 | 270 | 0.1 | 0.88 |
| Hex | E1 | DE | E4 | 1 | 3 | 0 | B | 10E | A | 58 |
| Octal | 341 | 336 | 344 | 1 | 3 | 0 | 13 | 416 | 12 | 130 |
| Binary | 11100001 | 11011110 | 11100100 | 1 | 11 | 0 | 1011 | 100001110 | 1010 | 1011000 |
Color Harmonies of #E1DEE4
Complementary color
Monochromatic Colors of #E1DEE4
Black with #E1DEE4
Text Example
Text Example
White with #E1DEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DEE4; }
p { color: rgb(225,222,228); }
H1.HeaderClassName
{
color: #E1DEE4;
}
.AnyTagClassName
{
color: #E1DEE4;
}
</style>
background-color css
<style>
a { background-color: #E1DEE4; }
a { background-color: rgb(225,222,228); }
div.DivClassName
{
background-color: #E1DEE4;
}
.BgClassName
{
background-color: #E1DEE4;
}
</style>
border-color css
<style>
span { border-color: #E1DEE4; }
span { border-color: rgb(225,222,228); }
td.TdClassName
{
border-color: #E1DEE4;
}
.TagClassName
{
border-color: #E1DEE4;
}
</style>