Shades of Titan White #E1DFE2
Tints of Titan White #E1DFE2
RGB
CMYK
RGB Variations
Color information
#E1DFE2 (or 0xE1DFE2) is known color: Titan White. HEX triplet: E1, DF and E2. RGB value is (225,223,226). Sum of RGB (Red+Green+Blue) = 225+223+226=674 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.38% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 226 (88.67% from 255 or 33.53% from 674); Max value from RGB is 226 - color contains mainly: blue. Hex color #E1DFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DFE2 is #1E201D. Grayscale: #DFDFDF. Windows color (decimal): -1974302 or 14868449. OLE color: 14868449.
HSL color Cylindrical-coordinate representation of color #E1DFE2: hue angle of 280º degrees, saturation: 0.05, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #E1DFE2 is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 223 | 226 | - |
| CMYK | 0.00 | 0.01 | 0 | 0.11 |
| HSL | 280º | 0.05% | 0.88% | - |
| HSV(B) | 280º | 0.01% | 0.89% | - |
| XYZ | 71.17 | 74.27 | 82.54 | - |
| YUV | 223.94 | 129.16 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 226 | 0.00 | 0.01 | 0 | 0.11 | 280 | 0.05 | 0.88 |
| Hex | E1 | DF | E2 | 0 | 1 | 0 | B | 118 | 5 | 58 |
| Octal | 341 | 337 | 342 | 0 | 1 | 0 | 13 | 430 | 5 | 130 |
| Binary | 11100001 | 11011111 | 11100010 | 0 | 1 | 0 | 1011 | 100011000 | 101 | 1011000 |
Color Harmonies of #E1DFE2
Complementary color
Monochromatic Colors of #E1DFE2
Black with #E1DFE2
Text Example
Text Example
White with #E1DFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DFE2; }
p { color: rgb(225,223,226); }
H1.HeaderClassName
{
color: #E1DFE2;
}
.AnyTagClassName
{
color: #E1DFE2;
}
</style>
background-color css
<style>
a { background-color: #E1DFE2; }
a { background-color: rgb(225,223,226); }
div.DivClassName
{
background-color: #E1DFE2;
}
.BgClassName
{
background-color: #E1DFE2;
}
</style>
border-color css
<style>
span { border-color: #E1DFE2; }
span { border-color: rgb(225,223,226); }
td.TdClassName
{
border-color: #E1DFE2;
}
.TagClassName
{
border-color: #E1DFE2;
}
</style>