Shades of Titan White #E1DBE6
Tints of Titan White #E1DBE6
RGB
CMYK
RGB Variations
Color information
#E1DBE6 (or 0xE1DBE6) is known color: Titan White. HEX triplet: E1, DB and E6. RGB value is (225,219,230). Sum of RGB (Red+Green+Blue) = 225+219+230=674 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.38% from 674); Green value is 219 (85.94% from 255 or 32.49% from 674); Blue value is 230 (90.23% from 255 or 34.12% from 674); Max value from RGB is 230 - color contains mainly: blue. Hex color #E1DBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DBE6 is #1E2419. Grayscale: #DEDEDE. Windows color (decimal): -1975322 or 15129569. OLE color: 15129569.
HSL color Cylindrical-coordinate representation of color #E1DBE6: hue angle of 272.73º degrees, saturation: 0.18, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E1DBE6 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 219 | 230 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.10 |
| HSL | 272.73º | 0.18% | 0.88% | - |
| HSV(B) | 272.73º | 0.05% | 0.9% | - |
| XYZ | 70.67 | 72.38 | 85.11 | - |
| YUV | 222.05 | 132.49 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 230 | 0.02 | 0.05 | 0 | 0.10 | 272.73 | 0.18 | 0.88 |
| Hex | E1 | DB | E6 | 2 | 5 | 0 | A | 111 | 12 | 58 |
| Octal | 341 | 333 | 346 | 2 | 5 | 0 | 12 | 421 | 22 | 130 |
| Binary | 11100001 | 11011011 | 11100110 | 10 | 101 | 0 | 1010 | 100010001 | 10010 | 1011000 |
Color Harmonies of #E1DBE6
Complementary color
Monochromatic Colors of #E1DBE6
Black with #E1DBE6
Text Example
Text Example
White with #E1DBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DBE6; }
p { color: rgb(225,219,230); }
H1.HeaderClassName
{
color: #E1DBE6;
}
.AnyTagClassName
{
color: #E1DBE6;
}
</style>
background-color css
<style>
a { background-color: #E1DBE6; }
a { background-color: rgb(225,219,230); }
div.DivClassName
{
background-color: #E1DBE6;
}
.BgClassName
{
background-color: #E1DBE6;
}
</style>
border-color css
<style>
span { border-color: #E1DBE6; }
span { border-color: rgb(225,219,230); }
td.TdClassName
{
border-color: #E1DBE6;
}
.TagClassName
{
border-color: #E1DBE6;
}
</style>