Shades of Titan White #E0DAE6
Tints of Titan White #E0DAE6
RGB
CMYK
RGB Variations
Color information
#E0DAE6 (or 0xE0DAE6) is known color: Titan White. HEX triplet: E0, DA and E6. RGB value is (224,218,230). Sum of RGB (Red+Green+Blue) = 224+218+230=672 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.33% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 230 (90.23% from 255 or 34.23% from 672); Max value from RGB is 230 - color contains mainly: blue. Hex color #E0DAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DAE6 is #1F2519. Grayscale: #DDDDDD. Windows color (decimal): -2041114 or 15129312. OLE color: 15129312.
HSL color Cylindrical-coordinate representation of color #E0DAE6: hue angle of 270º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E0DAE6 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 218 | 230 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.10 |
| HSL | 270º | 0.19% | 0.88% | - |
| HSV(B) | 270º | 0.05% | 0.9% | - |
| XYZ | 70.09 | 71.7 | 85.01 | - |
| YUV | 221.16 | 132.99 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 218 | 230 | 0.03 | 0.05 | 0 | 0.10 | 270 | 0.19 | 0.88 |
| Hex | E0 | DA | E6 | 3 | 5 | 0 | A | 10E | 13 | 58 |
| Octal | 340 | 332 | 346 | 3 | 5 | 0 | 12 | 416 | 23 | 130 |
| Binary | 11100000 | 11011010 | 11100110 | 11 | 101 | 0 | 1010 | 100001110 | 10011 | 1011000 |
Color Harmonies of #E0DAE6
Complementary color
Monochromatic Colors of #E0DAE6
Black with #E0DAE6
Text Example
Text Example
White with #E0DAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DAE6; }
p { color: rgb(224,218,230); }
H1.HeaderClassName
{
color: #E0DAE6;
}
.AnyTagClassName
{
color: #E0DAE6;
}
</style>
background-color css
<style>
a { background-color: #E0DAE6; }
a { background-color: rgb(224,218,230); }
div.DivClassName
{
background-color: #E0DAE6;
}
.BgClassName
{
background-color: #E0DAE6;
}
</style>
border-color css
<style>
span { border-color: #E0DAE6; }
span { border-color: rgb(224,218,230); }
td.TdClassName
{
border-color: #E0DAE6;
}
.TagClassName
{
border-color: #E0DAE6;
}
</style>