Shades of Quartz #E0DFEB
Tints of Quartz #E0DFEB
RGB
CMYK
RGB Variations
Color information
#E0DFEB (or 0xE0DFEB) is known color: Quartz. HEX triplet: E0, DF and EB. RGB value is (224,223,235). Sum of RGB (Red+Green+Blue) = 224+223+235=682 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.84% from 682); Green value is 223 (87.5% from 255 or 32.70% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0DFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DFEB is #1F2014. Grayscale: #E0E0E0. Windows color (decimal): -2039829 or 15458272. OLE color: 15458272.
HSL color Cylindrical-coordinate representation of color #E0DFEB: hue angle of 245º degrees, saturation: 0.23, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E0DFEB is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 223 | 235 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.08 |
| HSL | 245º | 0.23% | 0.9% | - |
| HSV(B) | 245º | 0.05% | 0.92% | - |
| XYZ | 72.12 | 74.62 | 89.2 | - |
| YUV | 224.67 | 133.83 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 223 | 235 | 0.05 | 0.05 | 0 | 0.08 | 245 | 0.23 | 0.9 |
| Hex | E0 | DF | EB | 5 | 5 | 0 | 8 | F5 | 17 | 5A |
| Octal | 340 | 337 | 353 | 5 | 5 | 0 | 10 | 365 | 27 | 132 |
| Binary | 11100000 | 11011111 | 11101011 | 101 | 101 | 0 | 1000 | 11110101 | 10111 | 1011010 |
Color Harmonies of #E0DFEB
Complementary color
Monochromatic Colors of #E0DFEB
Black with #E0DFEB
Text Example
Text Example
White with #E0DFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DFEB; }
p { color: rgb(224,223,235); }
H1.HeaderClassName
{
color: #E0DFEB;
}
.AnyTagClassName
{
color: #E0DFEB;
}
</style>
background-color css
<style>
a { background-color: #E0DFEB; }
a { background-color: rgb(224,223,235); }
div.DivClassName
{
background-color: #E0DFEB;
}
.BgClassName
{
background-color: #E0DFEB;
}
</style>
border-color css
<style>
span { border-color: #E0DFEB; }
span { border-color: rgb(224,223,235); }
td.TdClassName
{
border-color: #E0DFEB;
}
.TagClassName
{
border-color: #E0DFEB;
}
</style>