Shades of Titan White #E2DCE7
Tints of Titan White #E2DCE7
RGB
CMYK
RGB Variations
Color information
#E2DCE7 (or 0xE2DCE7) is known color: Titan White. HEX triplet: E2, DC and E7. RGB value is (226,220,231). Sum of RGB (Red+Green+Blue) = 226+220+231=677 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.38% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 231 (90.62% from 255 or 34.12% from 677); Max value from RGB is 231 - color contains mainly: blue. Hex color #E2DCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DCE7 is #1D2318. Grayscale: #DFDFDF. Windows color (decimal): -1909529 or 15195362. OLE color: 15195362.
HSL color Cylindrical-coordinate representation of color #E2DCE7: hue angle of 272.73º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E2DCE7 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 226 | 220 | 231 | - |
CMYK | 0.02 | 0.05 | 0 | 0.09 |
HSL | 272.73º | 0.19% | 0.88% | - |
HSV(B) | 272.73º | 0.05% | 0.91% | - |
XYZ | 71.38 | 73.12 | 85.95 | - |
YUV | 223.05 | 132.49 | 130.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 220 | 231 | 0.02 | 0.05 | 0 | 0.09 | 272.73 | 0.19 | 0.88 |
Hex | E2 | DC | E7 | 2 | 5 | 0 | 9 | 111 | 13 | 58 |
Octal | 342 | 334 | 347 | 2 | 5 | 0 | 11 | 421 | 23 | 130 |
Binary | 11100010 | 11011100 | 11100111 | 10 | 101 | 0 | 1001 | 100010001 | 10011 | 1011000 |
Color Harmonies of #E2DCE7
Complementary color
Monochromatic Colors of #E2DCE7
Black with #E2DCE7
Text Example
Text Example
White with #E2DCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DCE7; }
p { color: rgb(226,220,231); }
H1.HeaderClassName
{
color: #E2DCE7;
}
.AnyTagClassName
{
color: #E2DCE7;
}
</style>
background-color css
<style>
a { background-color: #E2DCE7; }
a { background-color: rgb(226,220,231); }
div.DivClassName
{
background-color: #E2DCE7;
}
.BgClassName
{
background-color: #E2DCE7;
}
</style>
border-color css
<style>
span { border-color: #E2DCE7; }
span { border-color: rgb(226,220,231); }
td.TdClassName
{
border-color: #E2DCE7;
}
.TagClassName
{
border-color: #E2DCE7;
}
</style>