Shades of Titan White #E2DAED
Tints of Titan White #E2DAED
RGB
CMYK
RGB Variations
Color information
#E2DAED (or 0xE2DAED) is known color: Titan White. HEX triplet: E2, DA and ED. RGB value is (226,218,237). Sum of RGB (Red+Green+Blue) = 226+218+237=681 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.19% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2DAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DAED is #1D2512. Grayscale: #DEDEDE. Windows color (decimal): -1910035 or 15588066. OLE color: 15588066.
HSL color Cylindrical-coordinate representation of color #E2DAED: hue angle of 265.26º degrees, saturation: 0.35, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2DAED is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 226 | 218 | 237 | - |
CMYK | 0.05 | 0.08 | 0 | 0.07 |
HSL | 265.26º | 0.35% | 0.89% | - |
HSV(B) | 265.26º | 0.08% | 0.93% | - |
XYZ | 71.72 | 72.43 | 90.32 | - |
YUV | 222.56 | 136.15 | 130.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 218 | 237 | 0.05 | 0.08 | 0 | 0.07 | 265.26 | 0.35 | 0.89 |
Hex | E2 | DA | ED | 5 | 8 | 0 | 7 | 109 | 23 | 59 |
Octal | 342 | 332 | 355 | 5 | 10 | 0 | 7 | 411 | 43 | 131 |
Binary | 11100010 | 11011010 | 11101101 | 101 | 1000 | 0 | 111 | 100001001 | 100011 | 1011001 |
Color Harmonies of #E2DAED
Complementary color
Monochromatic Colors of #E2DAED
Black with #E2DAED
Text Example
Text Example
White with #E2DAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DAED; }
p { color: rgb(226,218,237); }
H1.HeaderClassName
{
color: #E2DAED;
}
.AnyTagClassName
{
color: #E2DAED;
}
</style>
background-color css
<style>
a { background-color: #E2DAED; }
a { background-color: rgb(226,218,237); }
div.DivClassName
{
background-color: #E2DAED;
}
.BgClassName
{
background-color: #E2DAED;
}
</style>
border-color css
<style>
span { border-color: #E2DAED; }
span { border-color: rgb(226,218,237); }
td.TdClassName
{
border-color: #E2DAED;
}
.TagClassName
{
border-color: #E2DAED;
}
</style>