Shades of Titan White #E0DBE6
Tints of Titan White #E0DBE6
RGB
CMYK
RGB Variations
Color information
#E0DBE6 (or 0xE0DBE6) is known color: Titan White. HEX triplet: E0, DB and E6. RGB value is (224,219,230). Sum of RGB (Red+Green+Blue) = 224+219+230=673 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.28% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 230 (90.23% from 255 or 34.18% from 673); Max value from RGB is 230 - color contains mainly: blue. Hex color #E0DBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DBE6 is #1F2419. Grayscale: #DDDDDD. Windows color (decimal): -2040858 or 15129568. OLE color: 15129568.
HSL color Cylindrical-coordinate representation of color #E0DBE6: hue angle of 267.27º 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 #E0DBE6 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 219 | 230 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.10 |
| HSL | 267.27º | 0.18% | 0.88% | - |
| HSV(B) | 267.27º | 0.05% | 0.9% | - |
| XYZ | 70.35 | 72.22 | 85.1 | - |
| YUV | 221.75 | 132.66 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 219 | 230 | 0.03 | 0.05 | 0 | 0.10 | 267.27 | 0.18 | 0.88 |
| Hex | E0 | DB | E6 | 3 | 5 | 0 | A | 10B | 12 | 58 |
| Octal | 340 | 333 | 346 | 3 | 5 | 0 | 12 | 413 | 22 | 130 |
| Binary | 11100000 | 11011011 | 11100110 | 11 | 101 | 0 | 1010 | 100001011 | 10010 | 1011000 |
Color Harmonies of #E0DBE6
Complementary color
Monochromatic Colors of #E0DBE6
Black with #E0DBE6
Text Example
Text Example
White with #E0DBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DBE6; }
p { color: rgb(224,219,230); }
H1.HeaderClassName
{
color: #E0DBE6;
}
.AnyTagClassName
{
color: #E0DBE6;
}
</style>
background-color css
<style>
a { background-color: #E0DBE6; }
a { background-color: rgb(224,219,230); }
div.DivClassName
{
background-color: #E0DBE6;
}
.BgClassName
{
background-color: #E0DBE6;
}
</style>
border-color css
<style>
span { border-color: #E0DBE6; }
span { border-color: rgb(224,219,230); }
td.TdClassName
{
border-color: #E0DBE6;
}
.TagClassName
{
border-color: #E0DBE6;
}
</style>