Shades of Titan White #E2DCE8
Tints of Titan White #E2DCE8
RGB
CMYK
RGB Variations
Color information
#E2DCE8 (or 0xE2DCE8) is known color: Titan White. HEX triplet: E2, DC and E8. RGB value is (226,220,232). Sum of RGB (Red+Green+Blue) = 226+220+232=678 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.33% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 232 (91.02% from 255 or 34.22% from 678); Max value from RGB is 232 - color contains mainly: blue. Hex color #E2DCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DCE8 is #1D2317. Grayscale: #DFDFDF. Windows color (decimal): -1909528 or 15260898. OLE color: 15260898.
HSL color Cylindrical-coordinate representation of color #E2DCE8: hue angle of 270º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E2DCE8 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 226 | 220 | 232 | - |
CMYK | 0.03 | 0.05 | 0 | 0.09 |
HSL | 270º | 0.21% | 0.89% | - |
HSV(B) | 270º | 0.05% | 0.91% | - |
XYZ | 71.52 | 73.18 | 86.7 | - |
YUV | 223.16 | 132.99 | 130.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 220 | 232 | 0.03 | 0.05 | 0 | 0.09 | 270 | 0.21 | 0.89 |
Hex | E2 | DC | E8 | 3 | 5 | 0 | 9 | 10E | 15 | 59 |
Octal | 342 | 334 | 350 | 3 | 5 | 0 | 11 | 416 | 25 | 131 |
Binary | 11100010 | 11011100 | 11101000 | 11 | 101 | 0 | 1001 | 100001110 | 10101 | 1011001 |
Color Harmonies of #E2DCE8
Complementary color
Monochromatic Colors of #E2DCE8
Black with #E2DCE8
Text Example
Text Example
White with #E2DCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DCE8; }
p { color: rgb(226,220,232); }
H1.HeaderClassName
{
color: #E2DCE8;
}
.AnyTagClassName
{
color: #E2DCE8;
}
</style>
background-color css
<style>
a { background-color: #E2DCE8; }
a { background-color: rgb(226,220,232); }
div.DivClassName
{
background-color: #E2DCE8;
}
.BgClassName
{
background-color: #E2DCE8;
}
</style>
border-color css
<style>
span { border-color: #E2DCE8; }
span { border-color: rgb(226,220,232); }
td.TdClassName
{
border-color: #E2DCE8;
}
.TagClassName
{
border-color: #E2DCE8;
}
</style>