Shades of Titan White #E1D7EB
Tints of Titan White #E1D7EB
RGB
CMYK
RGB Variations
Color information
#E1D7EB (or 0xE1D7EB) is known color: Titan White. HEX triplet: E1, D7 and EB. RGB value is (225,215,235). Sum of RGB (Red+Green+Blue) = 225+215+235=675 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.33% from 675); Green value is 215 (84.38% from 255 or 31.85% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1D7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D7EB is #1E2814. Grayscale: #DCDCDC. Windows color (decimal): -1976341 or 15456225. OLE color: 15456225.
HSL color Cylindrical-coordinate representation of color #E1D7EB: hue angle of 270º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1D7EB is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 215 | 235 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.08 |
| HSL | 270º | 0.33% | 0.88% | - |
| HSV(B) | 270º | 0.09% | 0.92% | - |
| XYZ | 70.35 | 70.61 | 88.52 | - |
| YUV | 220.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 215 | 235 | 0.04 | 0.09 | 0 | 0.08 | 270 | 0.33 | 0.88 |
| Hex | E1 | D7 | EB | 4 | 9 | 0 | 8 | 10E | 21 | 58 |
| Octal | 341 | 327 | 353 | 4 | 11 | 0 | 10 | 416 | 41 | 130 |
| Binary | 11100001 | 11010111 | 11101011 | 100 | 1001 | 0 | 1000 | 100001110 | 100001 | 1011000 |
Color Harmonies of #E1D7EB
Complementary color
Monochromatic Colors of #E1D7EB
Black with #E1D7EB
Text Example
Text Example
White with #E1D7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D7EB; }
p { color: rgb(225,215,235); }
H1.HeaderClassName
{
color: #E1D7EB;
}
.AnyTagClassName
{
color: #E1D7EB;
}
</style>
background-color css
<style>
a { background-color: #E1D7EB; }
a { background-color: rgb(225,215,235); }
div.DivClassName
{
background-color: #E1D7EB;
}
.BgClassName
{
background-color: #E1D7EB;
}
</style>
border-color css
<style>
span { border-color: #E1D7EB; }
span { border-color: rgb(225,215,235); }
td.TdClassName
{
border-color: #E1D7EB;
}
.TagClassName
{
border-color: #E1D7EB;
}
</style>