Shades of Quartz #E0DCED
Tints of Quartz #E0DCED
RGB
CMYK
RGB Variations
Color information
#E0DCED (or 0xE0DCED) is known color: Quartz. HEX triplet: E0, DC and ED. RGB value is (224,220,237). Sum of RGB (Red+Green+Blue) = 224+220+237=681 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.89% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 237 - color contains mainly: blue. Hex color #E0DCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DCED is #1F2312. Grayscale: #DFDFDF. Windows color (decimal): -2040595 or 15588576. OLE color: 15588576.
HSL color Cylindrical-coordinate representation of color #E0DCED: hue angle of 254.12º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E0DCED is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 220 | 237 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.07 |
| HSL | 254.12º | 0.32% | 0.9% | - |
| HSV(B) | 254.12º | 0.07% | 0.93% | - |
| XYZ | 71.62 | 73.15 | 90.47 | - |
| YUV | 223.13 | 135.83 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 220 | 237 | 0.05 | 0.07 | 0 | 0.07 | 254.12 | 0.32 | 0.9 |
| Hex | E0 | DC | ED | 5 | 7 | 0 | 7 | FE | 20 | 5A |
| Octal | 340 | 334 | 355 | 5 | 7 | 0 | 7 | 376 | 40 | 132 |
| Binary | 11100000 | 11011100 | 11101101 | 101 | 111 | 0 | 111 | 11111110 | 100000 | 1011010 |
Color Harmonies of #E0DCED
Complementary color
Monochromatic Colors of #E0DCED
Black with #E0DCED
Text Example
Text Example
White with #E0DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DCED; }
p { color: rgb(224,220,237); }
H1.HeaderClassName
{
color: #E0DCED;
}
.AnyTagClassName
{
color: #E0DCED;
}
</style>
background-color css
<style>
a { background-color: #E0DCED; }
a { background-color: rgb(224,220,237); }
div.DivClassName
{
background-color: #E0DCED;
}
.BgClassName
{
background-color: #E0DCED;
}
</style>
border-color css
<style>
span { border-color: #E0DCED; }
span { border-color: rgb(224,220,237); }
td.TdClassName
{
border-color: #E0DCED;
}
.TagClassName
{
border-color: #E0DCED;
}
</style>