Shades of Quartz #E2DEF1
Tints of Quartz #E2DEF1
RGB
CMYK
RGB Variations
Color information
#E2DEF1 (or 0xE2DEF1) is known color: Quartz. HEX triplet: E2, DE and F1. RGB value is (226,222,241). Sum of RGB (Red+Green+Blue) = 226+222+241=689 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.80% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 241 (94.53% from 255 or 34.98% from 689); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2DEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DEF1 is #1D210E. Grayscale: #E1E1E1. Windows color (decimal): -1909007 or 15851234. OLE color: 15851234.
HSL color Cylindrical-coordinate representation of color #E2DEF1: hue angle of 252.63º degrees, saturation: 0.4, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2DEF1 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 222 | 241 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.05 |
| HSL | 252.63º | 0.4% | 0.91% | - |
| HSV(B) | 252.63º | 0.08% | 0.95% | - |
| XYZ | 73.36 | 74.76 | 93.78 | - |
| YUV | 225.36 | 136.83 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 222 | 241 | 0.06 | 0.08 | 0 | 0.05 | 252.63 | 0.4 | 0.91 |
| Hex | E2 | DE | F1 | 6 | 8 | 0 | 5 | FD | 28 | 5B |
| Octal | 342 | 336 | 361 | 6 | 10 | 0 | 5 | 375 | 50 | 133 |
| Binary | 11100010 | 11011110 | 11110001 | 110 | 1000 | 0 | 101 | 11111101 | 101000 | 1011011 |
Color Harmonies of #E2DEF1
Complementary color
Monochromatic Colors of #E2DEF1
Black with #E2DEF1
Text Example
Text Example
White with #E2DEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DEF1; }
p { color: rgb(226,222,241); }
H1.HeaderClassName
{
color: #E2DEF1;
}
.AnyTagClassName
{
color: #E2DEF1;
}
</style>
background-color css
<style>
a { background-color: #E2DEF1; }
a { background-color: rgb(226,222,241); }
div.DivClassName
{
background-color: #E2DEF1;
}
.BgClassName
{
background-color: #E2DEF1;
}
</style>
border-color css
<style>
span { border-color: #E2DEF1; }
span { border-color: rgb(226,222,241); }
td.TdClassName
{
border-color: #E2DEF1;
}
.TagClassName
{
border-color: #E2DEF1;
}
</style>