Shades of Titan White #E0DAE8
Tints of Titan White #E0DAE8
RGB
CMYK
RGB Variations
Color information
#E0DAE8 (or 0xE0DAE8) is known color: Titan White. HEX triplet: E0, DA and E8. RGB value is (224,218,232). Sum of RGB (Red+Green+Blue) = 224+218+232=674 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.23% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 232 (91.02% from 255 or 34.42% from 674); Max value from RGB is 232 - color contains mainly: blue. Hex color #E0DAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DAE8 is #1F2517. Grayscale: #DDDDDD. Windows color (decimal): -2041112 or 15260384. OLE color: 15260384.
HSL color Cylindrical-coordinate representation of color #E0DAE8: hue angle of 265.71º degrees, saturation: 0.23, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E0DAE8 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 218 | 232 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.09 |
| HSL | 265.71º | 0.23% | 0.88% | - |
| HSV(B) | 265.71º | 0.06% | 0.91% | - |
| XYZ | 70.38 | 71.82 | 86.5 | - |
| YUV | 221.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 218 | 232 | 0.03 | 0.06 | 0 | 0.09 | 265.71 | 0.23 | 0.88 |
| Hex | E0 | DA | E8 | 3 | 6 | 0 | 9 | 10A | 17 | 58 |
| Octal | 340 | 332 | 350 | 3 | 6 | 0 | 11 | 412 | 27 | 130 |
| Binary | 11100000 | 11011010 | 11101000 | 11 | 110 | 0 | 1001 | 100001010 | 10111 | 1011000 |
Color Harmonies of #E0DAE8
Complementary color
Monochromatic Colors of #E0DAE8
Black with #E0DAE8
Text Example
Text Example
White with #E0DAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DAE8; }
p { color: rgb(224,218,232); }
H1.HeaderClassName
{
color: #E0DAE8;
}
.AnyTagClassName
{
color: #E0DAE8;
}
</style>
background-color css
<style>
a { background-color: #E0DAE8; }
a { background-color: rgb(224,218,232); }
div.DivClassName
{
background-color: #E0DAE8;
}
.BgClassName
{
background-color: #E0DAE8;
}
</style>
border-color css
<style>
span { border-color: #E0DAE8; }
span { border-color: rgb(224,218,232); }
td.TdClassName
{
border-color: #E0DAE8;
}
.TagClassName
{
border-color: #E0DAE8;
}
</style>