Shades of Titan White #E1DDE5
Tints of Titan White #E1DDE5
RGB
CMYK
RGB Variations
Color information
#E1DDE5 (or 0xE1DDE5) is known color: Titan White. HEX triplet: E1, DD and E5. RGB value is (225,221,229). Sum of RGB (Red+Green+Blue) = 225+221+229=675 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.33% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 229 (89.84% from 255 or 33.93% from 675); Max value from RGB is 229 - color contains mainly: blue. Hex color #E1DDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DDE5 is #1E221A. Grayscale: #DFDFDF. Windows color (decimal): -1974811 or 15064545. OLE color: 15064545.
HSL color Cylindrical-coordinate representation of color #E1DDE5: hue angle of 270º 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 #E1DDE5 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 221 | 229 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.10 |
| HSL | 270º | 0.13% | 0.88% | - |
| HSV(B) | 270º | 0.03% | 0.9% | - |
| XYZ | 71.05 | 73.38 | 84.55 | - |
| YUV | 223.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 229 | 0.02 | 0.03 | 0 | 0.10 | 270 | 0.13 | 0.88 |
| Hex | E1 | DD | E5 | 2 | 3 | 0 | A | 10E | D | 58 |
| Octal | 341 | 335 | 345 | 2 | 3 | 0 | 12 | 416 | 15 | 130 |
| Binary | 11100001 | 11011101 | 11100101 | 10 | 11 | 0 | 1010 | 100001110 | 1101 | 1011000 |
Color Harmonies of #E1DDE5
Complementary color
Monochromatic Colors of #E1DDE5
Black with #E1DDE5
Text Example
Text Example
White with #E1DDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DDE5; }
p { color: rgb(225,221,229); }
H1.HeaderClassName
{
color: #E1DDE5;
}
.AnyTagClassName
{
color: #E1DDE5;
}
</style>
background-color css
<style>
a { background-color: #E1DDE5; }
a { background-color: rgb(225,221,229); }
div.DivClassName
{
background-color: #E1DDE5;
}
.BgClassName
{
background-color: #E1DDE5;
}
</style>
border-color css
<style>
span { border-color: #E1DDE5; }
span { border-color: rgb(225,221,229); }
td.TdClassName
{
border-color: #E1DDE5;
}
.TagClassName
{
border-color: #E1DDE5;
}
</style>