Shades of Titan White #E2DAEB
Tints of Titan White #E2DAEB
RGB
CMYK
RGB Variations
Color information
#E2DAEB (or 0xE2DAEB) is known color: Titan White. HEX triplet: E2, DA and EB. RGB value is (226,218,235). Sum of RGB (Red+Green+Blue) = 226+218+235=679 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.28% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2DAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DAEB is #1D2514. Grayscale: #DEDEDE. Windows color (decimal): -1910037 or 15456994. OLE color: 15456994.
HSL color Cylindrical-coordinate representation of color #E2DAEB: hue angle of 268.24º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E2DAEB is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 226 | 218 | 235 | - |
CMYK | 0.04 | 0.07 | 0 | 0.08 |
HSL | 268.24º | 0.3% | 0.89% | - |
HSV(B) | 268.24º | 0.07% | 0.92% | - |
XYZ | 71.43 | 72.31 | 88.79 | - |
YUV | 222.33 | 135.15 | 130.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 218 | 235 | 0.04 | 0.07 | 0 | 0.08 | 268.24 | 0.3 | 0.89 |
Hex | E2 | DA | EB | 4 | 7 | 0 | 8 | 10C | 1E | 59 |
Octal | 342 | 332 | 353 | 4 | 7 | 0 | 10 | 414 | 36 | 131 |
Binary | 11100010 | 11011010 | 11101011 | 100 | 111 | 0 | 1000 | 100001100 | 11110 | 1011001 |
Color Harmonies of #E2DAEB
Complementary color
Monochromatic Colors of #E2DAEB
Black with #E2DAEB
Text Example
Text Example
White with #E2DAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DAEB; }
p { color: rgb(226,218,235); }
H1.HeaderClassName
{
color: #E2DAEB;
}
.AnyTagClassName
{
color: #E2DAEB;
}
</style>
background-color css
<style>
a { background-color: #E2DAEB; }
a { background-color: rgb(226,218,235); }
div.DivClassName
{
background-color: #E2DAEB;
}
.BgClassName
{
background-color: #E2DAEB;
}
</style>
border-color css
<style>
span { border-color: #E2DAEB; }
span { border-color: rgb(226,218,235); }
td.TdClassName
{
border-color: #E2DAEB;
}
.TagClassName
{
border-color: #E2DAEB;
}
</style>