Shades of Titan White #E1DFE3
Tints of Titan White #E1DFE3
RGB
CMYK
RGB Variations
Color information
#E1DFE3 (or 0xE1DFE3) is known color: Titan White. HEX triplet: E1, DF and E3. RGB value is (225,223,227). Sum of RGB (Red+Green+Blue) = 225+223+227=675 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.33% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 227 (89.06% from 255 or 33.63% from 675); Max value from RGB is 227 - color contains mainly: blue. Hex color #E1DFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DFE3 is #1E201C. Grayscale: #E0E0E0. Windows color (decimal): -1974301 or 14933985. OLE color: 14933985.
HSL color Cylindrical-coordinate representation of color #E1DFE3: hue angle of 270º degrees, saturation: 0.07, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E1DFE3 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 223 | 227 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.11 |
| HSL | 270º | 0.07% | 0.88% | - |
| HSV(B) | 270º | 0.02% | 0.89% | - |
| XYZ | 71.3 | 74.33 | 83.26 | - |
| YUV | 224.05 | 129.66 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 227 | 0.01 | 0.02 | 0 | 0.11 | 270 | 0.07 | 0.88 |
| Hex | E1 | DF | E3 | 1 | 2 | 0 | B | 10E | 7 | 58 |
| Octal | 341 | 337 | 343 | 1 | 2 | 0 | 13 | 416 | 7 | 130 |
| Binary | 11100001 | 11011111 | 11100011 | 1 | 10 | 0 | 1011 | 100001110 | 111 | 1011000 |
Color Harmonies of #E1DFE3
Complementary color
Monochromatic Colors of #E1DFE3
Black with #E1DFE3
Text Example
Text Example
White with #E1DFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DFE3; }
p { color: rgb(225,223,227); }
H1.HeaderClassName
{
color: #E1DFE3;
}
.AnyTagClassName
{
color: #E1DFE3;
}
</style>
background-color css
<style>
a { background-color: #E1DFE3; }
a { background-color: rgb(225,223,227); }
div.DivClassName
{
background-color: #E1DFE3;
}
.BgClassName
{
background-color: #E1DFE3;
}
</style>
border-color css
<style>
span { border-color: #E1DFE3; }
span { border-color: rgb(225,223,227); }
td.TdClassName
{
border-color: #E1DFE3;
}
.TagClassName
{
border-color: #E1DFE3;
}
</style>