Shades of Quartz #E0DAEF
Tints of Quartz #E0DAEF
RGB
CMYK
RGB Variations
Color information
#E0DAEF (or 0xE0DAEF) is known color: Quartz. HEX triplet: E0, DA and EF. RGB value is (224,218,239). Sum of RGB (Red+Green+Blue) = 224+218+239=681 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.89% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0DAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DAEF is #1F2510. Grayscale: #DEDEDE. Windows color (decimal): -2041105 or 15719136. OLE color: 15719136.
HSL color Cylindrical-coordinate representation of color #E0DAEF: hue angle of 257.14º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0DAEF is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 218 | 239 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.06 |
| HSL | 257.14º | 0.4% | 0.9% | - |
| HSV(B) | 257.14º | 0.09% | 0.94% | - |
| XYZ | 71.39 | 72.22 | 91.84 | - |
| YUV | 222.19 | 137.49 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 218 | 239 | 0.06 | 0.09 | 0 | 0.06 | 257.14 | 0.4 | 0.9 |
| Hex | E0 | DA | EF | 6 | 9 | 0 | 6 | 101 | 28 | 5A |
| Octal | 340 | 332 | 357 | 6 | 11 | 0 | 6 | 401 | 50 | 132 |
| Binary | 11100000 | 11011010 | 11101111 | 110 | 1001 | 0 | 110 | 100000001 | 101000 | 1011010 |
Color Harmonies of #E0DAEF
Complementary color
Monochromatic Colors of #E0DAEF
Black with #E0DAEF
Text Example
Text Example
White with #E0DAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DAEF; }
p { color: rgb(224,218,239); }
H1.HeaderClassName
{
color: #E0DAEF;
}
.AnyTagClassName
{
color: #E0DAEF;
}
</style>
background-color css
<style>
a { background-color: #E0DAEF; }
a { background-color: rgb(224,218,239); }
div.DivClassName
{
background-color: #E0DAEF;
}
.BgClassName
{
background-color: #E0DAEF;
}
</style>
border-color css
<style>
span { border-color: #E0DAEF; }
span { border-color: rgb(224,218,239); }
td.TdClassName
{
border-color: #E0DAEF;
}
.TagClassName
{
border-color: #E0DAEF;
}
</style>