Shades of Quartz #E1DEF6
Tints of Quartz #E1DEF6
RGB
CMYK
RGB Variations
Color information
#E1DEF6 (or 0xE1DEF6) is known color: Quartz. HEX triplet: E1, DE and F6. RGB value is (225,222,246). Sum of RGB (Red+Green+Blue) = 225+222+246=693 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.47% from 693); Green value is 222 (87.11% from 255 or 32.03% from 693); Blue value is 246 (96.48% from 255 or 35.50% from 693); Max value from RGB is 246 - color contains mainly: blue. Hex color #E1DEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DEF6 is #1E2109. Grayscale: #E1E1E1. Windows color (decimal): -1974538 or 16178913. OLE color: 16178913.
HSL color Cylindrical-coordinate representation of color #E1DEF6: hue angle of 247.5º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1DEF6 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 222 | 246 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.04 |
| HSL | 247.5º | 0.57% | 0.92% | - |
| HSV(B) | 247.5º | 0.1% | 0.96% | - |
| XYZ | 73.81 | 74.9 | 97.76 | - |
| YUV | 225.63 | 139.49 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 246 | 0.09 | 0.10 | 0 | 0.04 | 247.5 | 0.57 | 0.92 |
| Hex | E1 | DE | F6 | 9 | A | 0 | 4 | F8 | 39 | 5C |
| Octal | 341 | 336 | 366 | 11 | 12 | 0 | 4 | 370 | 71 | 134 |
| Binary | 11100001 | 11011110 | 11110110 | 1001 | 1010 | 0 | 100 | 11111000 | 111001 | 1011100 |
Color Harmonies of #E1DEF6
Complementary color
Monochromatic Colors of #E1DEF6
Black with #E1DEF6
Text Example
Text Example
White with #E1DEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DEF6; }
p { color: rgb(225,222,246); }
H1.HeaderClassName
{
color: #E1DEF6;
}
.AnyTagClassName
{
color: #E1DEF6;
}
</style>
background-color css
<style>
a { background-color: #E1DEF6; }
a { background-color: rgb(225,222,246); }
div.DivClassName
{
background-color: #E1DEF6;
}
.BgClassName
{
background-color: #E1DEF6;
}
</style>
border-color css
<style>
span { border-color: #E1DEF6; }
span { border-color: rgb(225,222,246); }
td.TdClassName
{
border-color: #E1DEF6;
}
.TagClassName
{
border-color: #E1DEF6;
}
</style>