Shades of Quartz #E0DBED
Tints of Quartz #E0DBED
RGB
CMYK
RGB Variations
Color information
#E0DBED (or 0xE0DBED) is known color: Quartz. HEX triplet: E0, DB and ED. RGB value is (224,219,237). Sum of RGB (Red+Green+Blue) = 224+219+237=680 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.94% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 237 (92.97% from 255 or 34.85% from 680); Max value from RGB is 237 - color contains mainly: blue. Hex color #E0DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DBED is #1F2412. Grayscale: #DEDEDE. Windows color (decimal): -2040851 or 15588320. OLE color: 15588320.
HSL color Cylindrical-coordinate representation of color #E0DBED: hue angle of 256.67º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0DBED is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 219 | 237 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.07 |
| HSL | 256.67º | 0.33% | 0.89% | - |
| HSV(B) | 256.67º | 0.08% | 0.93% | - |
| XYZ | 71.36 | 72.62 | 90.38 | - |
| YUV | 222.55 | 136.16 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 219 | 237 | 0.05 | 0.08 | 0 | 0.07 | 256.67 | 0.33 | 0.89 |
| Hex | E0 | DB | ED | 5 | 8 | 0 | 7 | 101 | 21 | 59 |
| Octal | 340 | 333 | 355 | 5 | 10 | 0 | 7 | 401 | 41 | 131 |
| Binary | 11100000 | 11011011 | 11101101 | 101 | 1000 | 0 | 111 | 100000001 | 100001 | 1011001 |
Color Harmonies of #E0DBED
Complementary color
Monochromatic Colors of #E0DBED
Black with #E0DBED
Text Example
Text Example
White with #E0DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DBED; }
p { color: rgb(224,219,237); }
H1.HeaderClassName
{
color: #E0DBED;
}
.AnyTagClassName
{
color: #E0DBED;
}
</style>
background-color css
<style>
a { background-color: #E0DBED; }
a { background-color: rgb(224,219,237); }
div.DivClassName
{
background-color: #E0DBED;
}
.BgClassName
{
background-color: #E0DBED;
}
</style>
border-color css
<style>
span { border-color: #E0DBED; }
span { border-color: rgb(224,219,237); }
td.TdClassName
{
border-color: #E0DBED;
}
.TagClassName
{
border-color: #E0DBED;
}
</style>