Shades of Quartz #E1DEE9
Tints of Quartz #E1DEE9
RGB
CMYK
RGB Variations
Color information
#E1DEE9 (or 0xE1DEE9) is known color: Quartz. HEX triplet: E1, DE and E9. RGB value is (225,222,233). Sum of RGB (Red+Green+Blue) = 225+222+233=680 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.09% from 680); Green value is 222 (87.11% from 255 or 32.65% from 680); Blue value is 233 (91.41% from 255 or 34.26% from 680); Max value from RGB is 233 - color contains mainly: blue. Hex color #E1DEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DEE9 is #1E2116. Grayscale: #E0E0E0. Windows color (decimal): -1974551 or 15326945. OLE color: 15326945.
HSL color Cylindrical-coordinate representation of color #E1DEE9: hue angle of 256.36º degrees, saturation: 0.2, 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 #E1DEE9 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 222 | 233 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.09 |
| HSL | 256.36º | 0.2% | 0.89% | - |
| HSV(B) | 256.36º | 0.05% | 0.91% | - |
| XYZ | 71.88 | 74.13 | 87.61 | - |
| YUV | 224.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 233 | 0.03 | 0.05 | 0 | 0.09 | 256.36 | 0.2 | 0.89 |
| Hex | E1 | DE | E9 | 3 | 5 | 0 | 9 | 100 | 14 | 59 |
| Octal | 341 | 336 | 351 | 3 | 5 | 0 | 11 | 400 | 24 | 131 |
| Binary | 11100001 | 11011110 | 11101001 | 11 | 101 | 0 | 1001 | 100000000 | 10100 | 1011001 |
Color Harmonies of #E1DEE9
Complementary color
Monochromatic Colors of #E1DEE9
Black with #E1DEE9
Text Example
Text Example
White with #E1DEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DEE9; }
p { color: rgb(225,222,233); }
H1.HeaderClassName
{
color: #E1DEE9;
}
.AnyTagClassName
{
color: #E1DEE9;
}
</style>
background-color css
<style>
a { background-color: #E1DEE9; }
a { background-color: rgb(225,222,233); }
div.DivClassName
{
background-color: #E1DEE9;
}
.BgClassName
{
background-color: #E1DEE9;
}
</style>
border-color css
<style>
span { border-color: #E1DEE9; }
span { border-color: rgb(225,222,233); }
td.TdClassName
{
border-color: #E1DEE9;
}
.TagClassName
{
border-color: #E1DEE9;
}
</style>