Shades of Titan White #E1DCE6
Tints of Titan White #E1DCE6
RGB
CMYK
RGB Variations
Color information
#E1DCE6 (or 0xE1DCE6) is known color: Titan White. HEX triplet: E1, DC and E6. RGB value is (225,220,230). Sum of RGB (Red+Green+Blue) = 225+220+230=675 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.33% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 230 (90.23% from 255 or 34.07% from 675); Max value from RGB is 230 - color contains mainly: blue. Hex color #E1DCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DCE6 is #1E2319. Grayscale: #DEDEDE. Windows color (decimal): -1975066 or 15129825. OLE color: 15129825.
HSL color Cylindrical-coordinate representation of color #E1DCE6: hue angle of 270º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E1DCE6 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 225 | 220 | 230 | - |
CMYK | 0.02 | 0.04 | 0 | 0.10 |
HSL | 270º | 0.17% | 0.88% | - |
HSV(B) | 270º | 0.04% | 0.9% | - |
XYZ | 70.93 | 72.91 | 85.2 | - |
YUV | 222.64 | 132.16 | 129.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 225 | 220 | 230 | 0.02 | 0.04 | 0 | 0.10 | 270 | 0.17 | 0.88 |
Hex | E1 | DC | E6 | 2 | 4 | 0 | A | 10E | 11 | 58 |
Octal | 341 | 334 | 346 | 2 | 4 | 0 | 12 | 416 | 21 | 130 |
Binary | 11100001 | 11011100 | 11100110 | 10 | 100 | 0 | 1010 | 100001110 | 10001 | 1011000 |
Color Harmonies of #E1DCE6
Complementary color
Monochromatic Colors of #E1DCE6
Black with #E1DCE6
Text Example
Text Example
White with #E1DCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DCE6; }
p { color: rgb(225,220,230); }
H1.HeaderClassName
{
color: #E1DCE6;
}
.AnyTagClassName
{
color: #E1DCE6;
}
</style>
background-color css
<style>
a { background-color: #E1DCE6; }
a { background-color: rgb(225,220,230); }
div.DivClassName
{
background-color: #E1DCE6;
}
.BgClassName
{
background-color: #E1DCE6;
}
</style>
border-color css
<style>
span { border-color: #E1DCE6; }
span { border-color: rgb(225,220,230); }
td.TdClassName
{
border-color: #E1DCE6;
}
.TagClassName
{
border-color: #E1DCE6;
}
</style>