Shades of Quartz #E0DEEC
Tints of Quartz #E0DEEC
RGB
CMYK
RGB Variations
Color information
#E0DEEC (or 0xE0DEEC) is known color: Quartz. HEX triplet: E0, DE and EC. RGB value is (224,222,236). Sum of RGB (Red+Green+Blue) = 224+222+236=682 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.84% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0DEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DEEC is #1F2113. Grayscale: #E0E0E0. Windows color (decimal): -2040084 or 15523552. OLE color: 15523552.
HSL color Cylindrical-coordinate representation of color #E0DEEC: hue angle of 248.57º 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 #E0DEEC is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 222 | 236 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.07 |
| HSL | 248.57º | 0.27% | 0.9% | - |
| HSV(B) | 248.57º | 0.06% | 0.93% | - |
| XYZ | 72 | 74.15 | 89.87 | - |
| YUV | 224.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 236 | 0.05 | 0.06 | 0 | 0.07 | 248.57 | 0.27 | 0.9 |
| Hex | E0 | DE | EC | 5 | 6 | 0 | 7 | F9 | 1B | 5A |
| Octal | 340 | 336 | 354 | 5 | 6 | 0 | 7 | 371 | 33 | 132 |
| Binary | 11100000 | 11011110 | 11101100 | 101 | 110 | 0 | 111 | 11111001 | 11011 | 1011010 |
Color Harmonies of #E0DEEC
Complementary color
Monochromatic Colors of #E0DEEC
Black with #E0DEEC
Text Example
Text Example
White with #E0DEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DEEC; }
p { color: rgb(224,222,236); }
H1.HeaderClassName
{
color: #E0DEEC;
}
.AnyTagClassName
{
color: #E0DEEC;
}
</style>
background-color css
<style>
a { background-color: #E0DEEC; }
a { background-color: rgb(224,222,236); }
div.DivClassName
{
background-color: #E0DEEC;
}
.BgClassName
{
background-color: #E0DEEC;
}
</style>
border-color css
<style>
span { border-color: #E0DEEC; }
span { border-color: rgb(224,222,236); }
td.TdClassName
{
border-color: #E0DEEC;
}
.TagClassName
{
border-color: #E0DEEC;
}
</style>