Shades of Titan White #E1DCE8
Tints of Titan White #E1DCE8
RGB
CMYK
RGB Variations
Color information
#E1DCE8 (or 0xE1DCE8) is known color: Titan White. HEX triplet: E1, DC and E8. RGB value is (225,220,232). Sum of RGB (Red+Green+Blue) = 225+220+232=677 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.23% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 232 (91.02% from 255 or 34.27% from 677); Max value from RGB is 232 - color contains mainly: blue. Hex color #E1DCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DCE8 is #1E2317. Grayscale: #DEDEDE. Windows color (decimal): -1975064 or 15260897. OLE color: 15260897.
HSL color Cylindrical-coordinate representation of color #E1DCE8: hue angle of 265º degrees, saturation: 0.21, 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 #E1DCE8 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 220 | 232 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.09 |
| HSL | 265º | 0.21% | 0.89% | - |
| HSV(B) | 265º | 0.05% | 0.91% | - |
| XYZ | 71.21 | 73.02 | 86.69 | - |
| YUV | 222.86 | 133.16 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 232 | 0.03 | 0.05 | 0 | 0.09 | 265 | 0.21 | 0.89 |
| Hex | E1 | DC | E8 | 3 | 5 | 0 | 9 | 109 | 15 | 59 |
| Octal | 341 | 334 | 350 | 3 | 5 | 0 | 11 | 411 | 25 | 131 |
| Binary | 11100001 | 11011100 | 11101000 | 11 | 101 | 0 | 1001 | 100001001 | 10101 | 1011001 |
Color Harmonies of #E1DCE8
Complementary color
Monochromatic Colors of #E1DCE8
Black with #E1DCE8
Text Example
Text Example
White with #E1DCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DCE8; }
p { color: rgb(225,220,232); }
H1.HeaderClassName
{
color: #E1DCE8;
}
.AnyTagClassName
{
color: #E1DCE8;
}
</style>
background-color css
<style>
a { background-color: #E1DCE8; }
a { background-color: rgb(225,220,232); }
div.DivClassName
{
background-color: #E1DCE8;
}
.BgClassName
{
background-color: #E1DCE8;
}
</style>
border-color css
<style>
span { border-color: #E1DCE8; }
span { border-color: rgb(225,220,232); }
td.TdClassName
{
border-color: #E1DCE8;
}
.TagClassName
{
border-color: #E1DCE8;
}
</style>