Shades of Titan White #E2DDE8
Tints of Titan White #E2DDE8
RGB
CMYK
RGB Variations
Color information
#E2DDE8 (or 0xE2DDE8) is known color: Titan White. HEX triplet: E2, DD and E8. RGB value is (226,221,232). Sum of RGB (Red+Green+Blue) = 226+221+232=679 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.28% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 232 (91.02% from 255 or 34.17% from 679); Max value from RGB is 232 - color contains mainly: blue. Hex color #E2DDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DDE8 is #1D2217. Grayscale: #DFDFDF. Windows color (decimal): -1909272 or 15261154. OLE color: 15261154.
HSL color Cylindrical-coordinate representation of color #E2DDE8: hue angle of 267.27º degrees, saturation: 0.19, 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 #E2DDE8 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 226 | 221 | 232 | - |
CMYK | 0.03 | 0.05 | 0 | 0.09 |
HSL | 267.27º | 0.19% | 0.89% | - |
HSV(B) | 267.27º | 0.05% | 0.91% | - |
XYZ | 71.79 | 73.71 | 86.79 | - |
YUV | 223.75 | 132.66 | 129.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 221 | 232 | 0.03 | 0.05 | 0 | 0.09 | 267.27 | 0.19 | 0.89 |
Hex | E2 | DD | E8 | 3 | 5 | 0 | 9 | 10B | 13 | 59 |
Octal | 342 | 335 | 350 | 3 | 5 | 0 | 11 | 413 | 23 | 131 |
Binary | 11100010 | 11011101 | 11101000 | 11 | 101 | 0 | 1001 | 100001011 | 10011 | 1011001 |
Color Harmonies of #E2DDE8
Complementary color
Monochromatic Colors of #E2DDE8
Black with #E2DDE8
Text Example
Text Example
White with #E2DDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DDE8; }
p { color: rgb(226,221,232); }
H1.HeaderClassName
{
color: #E2DDE8;
}
.AnyTagClassName
{
color: #E2DDE8;
}
</style>
background-color css
<style>
a { background-color: #E2DDE8; }
a { background-color: rgb(226,221,232); }
div.DivClassName
{
background-color: #E2DDE8;
}
.BgClassName
{
background-color: #E2DDE8;
}
</style>
border-color css
<style>
span { border-color: #E2DDE8; }
span { border-color: rgb(226,221,232); }
td.TdClassName
{
border-color: #E2DDE8;
}
.TagClassName
{
border-color: #E2DDE8;
}
</style>