Shades of Titan White #E2DEE5
Tints of Titan White #E2DEE5
RGB
CMYK
RGB Variations
Color information
#E2DEE5 (or 0xE2DEE5) is known color: Titan White. HEX triplet: E2, DE and E5. RGB value is (226,222,229). Sum of RGB (Red+Green+Blue) = 226+222+229=677 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.38% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 229 (89.84% from 255 or 33.83% from 677); Max value from RGB is 229 - color contains mainly: blue. Hex color #E2DEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DEE5 is #1D211A. Grayscale: #DFDFDF. Windows color (decimal): -1909019 or 15064802. OLE color: 15064802.
HSL color Cylindrical-coordinate representation of color #E2DEE5: hue angle of 274.29º degrees, saturation: 0.12, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E2DEE5 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 226 | 222 | 229 | - |
CMYK | 0.01 | 0.03 | 0 | 0.10 |
HSL | 274.29º | 0.12% | 0.88% | - |
HSV(B) | 274.29º | 0.03% | 0.9% | - |
XYZ | 71.63 | 74.07 | 84.65 | - |
YUV | 223.99 | 130.83 | 129.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 222 | 229 | 0.01 | 0.03 | 0 | 0.10 | 274.29 | 0.12 | 0.88 |
Hex | E2 | DE | E5 | 1 | 3 | 0 | A | 112 | C | 58 |
Octal | 342 | 336 | 345 | 1 | 3 | 0 | 12 | 422 | 14 | 130 |
Binary | 11100010 | 11011110 | 11100101 | 1 | 11 | 0 | 1010 | 100010010 | 1100 | 1011000 |
Color Harmonies of #E2DEE5
Complementary color
Monochromatic Colors of #E2DEE5
Black with #E2DEE5
Text Example
Text Example
White with #E2DEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DEE5; }
p { color: rgb(226,222,229); }
H1.HeaderClassName
{
color: #E2DEE5;
}
.AnyTagClassName
{
color: #E2DEE5;
}
</style>
background-color css
<style>
a { background-color: #E2DEE5; }
a { background-color: rgb(226,222,229); }
div.DivClassName
{
background-color: #E2DEE5;
}
.BgClassName
{
background-color: #E2DEE5;
}
</style>
border-color css
<style>
span { border-color: #E2DEE5; }
span { border-color: rgb(226,222,229); }
td.TdClassName
{
border-color: #E2DEE5;
}
.TagClassName
{
border-color: #E2DEE5;
}
</style>