Shades of Quartz #E2DEEC
Tints of Quartz #E2DEEC
RGB
CMYK
RGB Variations
Color information
#E2DEEC (or 0xE2DEEC) is known color: Quartz. HEX triplet: E2, DE and EC. RGB value is (226,222,236). Sum of RGB (Red+Green+Blue) = 226+222+236=684 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.04% from 684); Green value is 222 (87.11% from 255 or 32.46% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2DEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DEEC is #1D2113. Grayscale: #E0E0E0. Windows color (decimal): -1909012 or 15523554. OLE color: 15523554.
HSL color Cylindrical-coordinate representation of color #E2DEEC: hue angle of 257.14º degrees, saturation: 0.27, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E2DEEC is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 222 | 236 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.07 |
| HSL | 257.14º | 0.27% | 0.9% | - |
| HSV(B) | 257.14º | 0.06% | 0.93% | - |
| XYZ | 72.63 | 74.47 | 89.9 | - |
| YUV | 224.79 | 134.33 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 222 | 236 | 0.04 | 0.06 | 0 | 0.07 | 257.14 | 0.27 | 0.9 |
| Hex | E2 | DE | EC | 4 | 6 | 0 | 7 | 101 | 1B | 5A |
| Octal | 342 | 336 | 354 | 4 | 6 | 0 | 7 | 401 | 33 | 132 |
| Binary | 11100010 | 11011110 | 11101100 | 100 | 110 | 0 | 111 | 100000001 | 11011 | 1011010 |
Color Harmonies of #E2DEEC
Complementary color
Monochromatic Colors of #E2DEEC
Black with #E2DEEC
Text Example
Text Example
White with #E2DEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DEEC; }
p { color: rgb(226,222,236); }
H1.HeaderClassName
{
color: #E2DEEC;
}
.AnyTagClassName
{
color: #E2DEEC;
}
</style>
background-color css
<style>
a { background-color: #E2DEEC; }
a { background-color: rgb(226,222,236); }
div.DivClassName
{
background-color: #E2DEEC;
}
.BgClassName
{
background-color: #E2DEEC;
}
</style>
border-color css
<style>
span { border-color: #E2DEEC; }
span { border-color: rgb(226,222,236); }
td.TdClassName
{
border-color: #E2DEEC;
}
.TagClassName
{
border-color: #E2DEEC;
}
</style>