Shades of Titan White #E1DCE7
Tints of Titan White #E1DCE7
RGB
CMYK
RGB Variations
Color information
#E1DCE7 (or 0xE1DCE7) is known color: Titan White. HEX triplet: E1, DC and E7. RGB value is (225,220,231). Sum of RGB (Red+Green+Blue) = 225+220+231=676 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.28% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 231 (90.62% from 255 or 34.17% from 676); Max value from RGB is 231 - color contains mainly: blue. Hex color #E1DCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DCE7 is #1E2318. Grayscale: #DEDEDE. Windows color (decimal): -1975065 or 15195361. OLE color: 15195361.
HSL color Cylindrical-coordinate representation of color #E1DCE7: hue angle of 267.27º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E1DCE7 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 220 | 231 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.09 |
| HSL | 267.27º | 0.19% | 0.88% | - |
| HSV(B) | 267.27º | 0.05% | 0.91% | - |
| XYZ | 71.07 | 72.96 | 85.94 | - |
| YUV | 222.75 | 132.66 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 231 | 0.03 | 0.05 | 0 | 0.09 | 267.27 | 0.19 | 0.88 |
| Hex | E1 | DC | E7 | 3 | 5 | 0 | 9 | 10B | 13 | 58 |
| Octal | 341 | 334 | 347 | 3 | 5 | 0 | 11 | 413 | 23 | 130 |
| Binary | 11100001 | 11011100 | 11100111 | 11 | 101 | 0 | 1001 | 100001011 | 10011 | 1011000 |
Color Harmonies of #E1DCE7
Complementary color
Monochromatic Colors of #E1DCE7
Black with #E1DCE7
Text Example
Text Example
White with #E1DCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DCE7; }
p { color: rgb(225,220,231); }
H1.HeaderClassName
{
color: #E1DCE7;
}
.AnyTagClassName
{
color: #E1DCE7;
}
</style>
background-color css
<style>
a { background-color: #E1DCE7; }
a { background-color: rgb(225,220,231); }
div.DivClassName
{
background-color: #E1DCE7;
}
.BgClassName
{
background-color: #E1DCE7;
}
</style>
border-color css
<style>
span { border-color: #E1DCE7; }
span { border-color: rgb(225,220,231); }
td.TdClassName
{
border-color: #E1DCE7;
}
.TagClassName
{
border-color: #E1DCE7;
}
</style>