Shades of Titan White #E1DCE9
Tints of Titan White #E1DCE9
RGB
CMYK
RGB Variations
Color information
#E1DCE9 (or 0xE1DCE9) is known color: Titan White. HEX triplet: E1, DC and E9. RGB value is (225,220,233). Sum of RGB (Red+Green+Blue) = 225+220+233=678 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.19% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 233 (91.41% from 255 or 34.37% from 678); Max value from RGB is 233 - color contains mainly: blue. Hex color #E1DCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DCE9 is #1E2316. Grayscale: #DEDEDE. Windows color (decimal): -1975063 or 15326433. OLE color: 15326433.
HSL color Cylindrical-coordinate representation of color #E1DCE9: hue angle of 263.08º degrees, saturation: 0.23, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E1DCE9 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 220 | 233 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.09 |
| HSL | 263.08º | 0.23% | 0.89% | - |
| HSV(B) | 263.08º | 0.06% | 0.91% | - |
| XYZ | 71.35 | 73.08 | 87.44 | - |
| YUV | 222.98 | 133.66 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 233 | 0.03 | 0.06 | 0 | 0.09 | 263.08 | 0.23 | 0.89 |
| Hex | E1 | DC | E9 | 3 | 6 | 0 | 9 | 107 | 17 | 59 |
| Octal | 341 | 334 | 351 | 3 | 6 | 0 | 11 | 407 | 27 | 131 |
| Binary | 11100001 | 11011100 | 11101001 | 11 | 110 | 0 | 1001 | 100000111 | 10111 | 1011001 |
Color Harmonies of #E1DCE9
Complementary color
Monochromatic Colors of #E1DCE9
Black with #E1DCE9
Text Example
Text Example
White with #E1DCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DCE9; }
p { color: rgb(225,220,233); }
H1.HeaderClassName
{
color: #E1DCE9;
}
.AnyTagClassName
{
color: #E1DCE9;
}
</style>
background-color css
<style>
a { background-color: #E1DCE9; }
a { background-color: rgb(225,220,233); }
div.DivClassName
{
background-color: #E1DCE9;
}
.BgClassName
{
background-color: #E1DCE9;
}
</style>
border-color css
<style>
span { border-color: #E1DCE9; }
span { border-color: rgb(225,220,233); }
td.TdClassName
{
border-color: #E1DCE9;
}
.TagClassName
{
border-color: #E1DCE9;
}
</style>