Shades of Titan White #E2DBEA
Tints of Titan White #E2DBEA
RGB
CMYK
RGB Variations
Color information
#E2DBEA (or 0xE2DBEA) is known color: Titan White. HEX triplet: E2, DB and EA. RGB value is (226,219,234). Sum of RGB (Red+Green+Blue) = 226+219+234=679 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.28% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DBEA is #1D2415. Grayscale: #DEDEDE. Windows color (decimal): -1909782 or 15391714. OLE color: 15391714.
HSL color Cylindrical-coordinate representation of color #E2DBEA: hue angle of 268º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E2DBEA is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 226 | 219 | 234 | - |
CMYK | 0.03 | 0.06 | 0 | 0.08 |
HSL | 268º | 0.26% | 0.89% | - |
HSV(B) | 268º | 0.06% | 0.92% | - |
XYZ | 71.55 | 72.77 | 88.12 | - |
YUV | 222.8 | 134.32 | 130.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 219 | 234 | 0.03 | 0.06 | 0 | 0.08 | 268 | 0.26 | 0.89 |
Hex | E2 | DB | EA | 3 | 6 | 0 | 8 | 10C | 1A | 59 |
Octal | 342 | 333 | 352 | 3 | 6 | 0 | 10 | 414 | 32 | 131 |
Binary | 11100010 | 11011011 | 11101010 | 11 | 110 | 0 | 1000 | 100001100 | 11010 | 1011001 |
Color Harmonies of #E2DBEA
Complementary color
Monochromatic Colors of #E2DBEA
Black with #E2DBEA
Text Example
Text Example
White with #E2DBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DBEA; }
p { color: rgb(226,219,234); }
H1.HeaderClassName
{
color: #E2DBEA;
}
.AnyTagClassName
{
color: #E2DBEA;
}
</style>
background-color css
<style>
a { background-color: #E2DBEA; }
a { background-color: rgb(226,219,234); }
div.DivClassName
{
background-color: #E2DBEA;
}
.BgClassName
{
background-color: #E2DBEA;
}
</style>
border-color css
<style>
span { border-color: #E2DBEA; }
span { border-color: rgb(226,219,234); }
td.TdClassName
{
border-color: #E2DBEA;
}
.TagClassName
{
border-color: #E2DBEA;
}
</style>