Shades of Titan White #E2DEE9
Tints of Titan White #E2DEE9
RGB
CMYK
RGB Variations
Color information
#E2DEE9 (or 0xE2DEE9) is known color: Titan White. HEX triplet: E2, DE and E9. RGB value is (226,222,233). Sum of RGB (Red+Green+Blue) = 226+222+233=681 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.19% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 233 (91.41% from 255 or 34.21% from 681); Max value from RGB is 233 - color contains mainly: blue. Hex color #E2DEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DEE9 is #1D2116. Grayscale: #E0E0E0. Windows color (decimal): -1909015 or 15326946. OLE color: 15326946.
HSL color Cylindrical-coordinate representation of color #E2DEE9: hue angle of 261.82º degrees, saturation: 0.2, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E2DEE9 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 226 | 222 | 233 | - |
CMYK | 0.03 | 0.05 | 0 | 0.09 |
HSL | 261.82º | 0.2% | 0.89% | - |
HSV(B) | 261.82º | 0.05% | 0.91% | - |
XYZ | 72.19 | 74.29 | 87.63 | - |
YUV | 224.45 | 132.83 | 129.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 222 | 233 | 0.03 | 0.05 | 0 | 0.09 | 261.82 | 0.2 | 0.89 |
Hex | E2 | DE | E9 | 3 | 5 | 0 | 9 | 106 | 14 | 59 |
Octal | 342 | 336 | 351 | 3 | 5 | 0 | 11 | 406 | 24 | 131 |
Binary | 11100010 | 11011110 | 11101001 | 11 | 101 | 0 | 1001 | 100000110 | 10100 | 1011001 |
Color Harmonies of #E2DEE9
Complementary color
Monochromatic Colors of #E2DEE9
Black with #E2DEE9
Text Example
Text Example
White with #E2DEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DEE9; }
p { color: rgb(226,222,233); }
H1.HeaderClassName
{
color: #E2DEE9;
}
.AnyTagClassName
{
color: #E2DEE9;
}
</style>
background-color css
<style>
a { background-color: #E2DEE9; }
a { background-color: rgb(226,222,233); }
div.DivClassName
{
background-color: #E2DEE9;
}
.BgClassName
{
background-color: #E2DEE9;
}
</style>
border-color css
<style>
span { border-color: #E2DEE9; }
span { border-color: rgb(226,222,233); }
td.TdClassName
{
border-color: #E2DEE9;
}
.TagClassName
{
border-color: #E2DEE9;
}
</style>