Shades of Titan White #E1DAE6
Tints of Titan White #E1DAE6
RGB
CMYK
RGB Variations
Color information
#E1DAE6 (or 0xE1DAE6) is known color: Titan White. HEX triplet: E1, DA and E6. RGB value is (225,218,230). Sum of RGB (Red+Green+Blue) = 225+218+230=673 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.43% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 230 (90.23% from 255 or 34.18% from 673); Max value from RGB is 230 - color contains mainly: blue. Hex color #E1DAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DAE6 is #1E2519. Grayscale: #DDDDDD. Windows color (decimal): -1975578 or 15129313. OLE color: 15129313.
HSL color Cylindrical-coordinate representation of color #E1DAE6: hue angle of 275º 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 #E1DAE6 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 218 | 230 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.10 |
| HSL | 275º | 0.19% | 0.88% | - |
| HSV(B) | 275º | 0.05% | 0.9% | - |
| XYZ | 70.41 | 71.86 | 85.02 | - |
| YUV | 221.46 | 132.82 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 218 | 230 | 0.02 | 0.05 | 0 | 0.10 | 275 | 0.19 | 0.88 |
| Hex | E1 | DA | E6 | 2 | 5 | 0 | A | 113 | 13 | 58 |
| Octal | 341 | 332 | 346 | 2 | 5 | 0 | 12 | 423 | 23 | 130 |
| Binary | 11100001 | 11011010 | 11100110 | 10 | 101 | 0 | 1010 | 100010011 | 10011 | 1011000 |
Color Harmonies of #E1DAE6
Complementary color
Monochromatic Colors of #E1DAE6
Black with #E1DAE6
Text Example
Text Example
White with #E1DAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DAE6; }
p { color: rgb(225,218,230); }
H1.HeaderClassName
{
color: #E1DAE6;
}
.AnyTagClassName
{
color: #E1DAE6;
}
</style>
background-color css
<style>
a { background-color: #E1DAE6; }
a { background-color: rgb(225,218,230); }
div.DivClassName
{
background-color: #E1DAE6;
}
.BgClassName
{
background-color: #E1DAE6;
}
</style>
border-color css
<style>
span { border-color: #E1DAE6; }
span { border-color: rgb(225,218,230); }
td.TdClassName
{
border-color: #E1DAE6;
}
.TagClassName
{
border-color: #E1DAE6;
}
</style>