Shades of Titan White #E0D8E4
Tints of Titan White #E0D8E4
RGB
CMYK
RGB Variations
Color information
#E0D8E4 (or 0xE0D8E4) is known color: Titan White. HEX triplet: E0, D8 and E4. RGB value is (224,216,228). Sum of RGB (Red+Green+Blue) = 224+216+228=668 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.53% from 668); Green value is 216 (84.77% from 255 or 32.34% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 228 - color contains mainly: blue. Hex color #E0D8E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D8E4 is #1F271B. Grayscale: #DBDBDB. Windows color (decimal): -2041628 or 14997728. OLE color: 14997728.
HSL color Cylindrical-coordinate representation of color #E0D8E4: hue angle of 280º degrees, saturation: 0.18, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E0D8E4 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 216 | 228 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.11 |
| HSL | 280º | 0.18% | 0.87% | - |
| HSV(B) | 280º | 0.05% | 0.89% | - |
| XYZ | 69.3 | 70.56 | 83.37 | - |
| YUV | 219.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 216 | 228 | 0.02 | 0.05 | 0 | 0.11 | 280 | 0.18 | 0.87 |
| Hex | E0 | D8 | E4 | 2 | 5 | 0 | B | 118 | 12 | 57 |
| Octal | 340 | 330 | 344 | 2 | 5 | 0 | 13 | 430 | 22 | 127 |
| Binary | 11100000 | 11011000 | 11100100 | 10 | 101 | 0 | 1011 | 100011000 | 10010 | 1010111 |
Color Harmonies of #E0D8E4
Complementary color
Monochromatic Colors of #E0D8E4
Black with #E0D8E4
Text Example
Text Example
White with #E0D8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D8E4; }
p { color: rgb(224,216,228); }
H1.HeaderClassName
{
color: #E0D8E4;
}
.AnyTagClassName
{
color: #E0D8E4;
}
</style>
background-color css
<style>
a { background-color: #E0D8E4; }
a { background-color: rgb(224,216,228); }
div.DivClassName
{
background-color: #E0D8E4;
}
.BgClassName
{
background-color: #E0D8E4;
}
</style>
border-color css
<style>
span { border-color: #E0D8E4; }
span { border-color: rgb(224,216,228); }
td.TdClassName
{
border-color: #E0D8E4;
}
.TagClassName
{
border-color: #E0D8E4;
}
</style>