Shades of Titan White #E2DDE5
Tints of Titan White #E2DDE5
RGB
CMYK
RGB Variations
Color information
#E2DDE5 (or 0xE2DDE5) is known color: Titan White. HEX triplet: E2, DD and E5. RGB value is (226,221,229). Sum of RGB (Red+Green+Blue) = 226+221+229=676 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.43% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 229 (89.84% from 255 or 33.88% from 676); Max value from RGB is 229 - color contains mainly: blue. Hex color #E2DDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DDE5 is #1D221A. Grayscale: #DFDFDF. Windows color (decimal): -1909275 or 15064546. OLE color: 15064546.
HSL color Cylindrical-coordinate representation of color #E2DDE5: hue angle of 277.5º degrees, saturation: 0.13, 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 #E2DDE5 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 221 | 229 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.10 |
| HSL | 277.5º | 0.13% | 0.88% | - |
| HSV(B) | 277.5º | 0.03% | 0.9% | - |
| XYZ | 71.36 | 73.54 | 84.56 | - |
| YUV | 223.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 229 | 0.01 | 0.03 | 0 | 0.10 | 277.5 | 0.13 | 0.88 |
| Hex | E2 | DD | E5 | 1 | 3 | 0 | A | 116 | D | 58 |
| Octal | 342 | 335 | 345 | 1 | 3 | 0 | 12 | 426 | 15 | 130 |
| Binary | 11100010 | 11011101 | 11100101 | 1 | 11 | 0 | 1010 | 100010110 | 1101 | 1011000 |
Color Harmonies of #E2DDE5
Complementary color
Monochromatic Colors of #E2DDE5
Black with #E2DDE5
Text Example
Text Example
White with #E2DDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DDE5; }
p { color: rgb(226,221,229); }
H1.HeaderClassName
{
color: #E2DDE5;
}
.AnyTagClassName
{
color: #E2DDE5;
}
</style>
background-color css
<style>
a { background-color: #E2DDE5; }
a { background-color: rgb(226,221,229); }
div.DivClassName
{
background-color: #E2DDE5;
}
.BgClassName
{
background-color: #E2DDE5;
}
</style>
border-color css
<style>
span { border-color: #E2DDE5; }
span { border-color: rgb(226,221,229); }
td.TdClassName
{
border-color: #E2DDE5;
}
.TagClassName
{
border-color: #E2DDE5;
}
</style>