Shades of Quartz #E0DAFF
Tints of Quartz #E0DAFF
RGB
CMYK
RGB Variations
Color information
#E0DAFF (or 0xE0DAFF) is known color: Quartz. HEX triplet: E0, DA and FF. RGB value is (224,218,255). Sum of RGB (Red+Green+Blue) = 224+218+255=697 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.14% from 697); Green value is 218 (85.55% from 255 or 31.28% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DAFF is #1F2500. Grayscale: #DFDFDF. Windows color (decimal): -2041089 or 16767712. OLE color: 16767712.
HSL color Cylindrical-coordinate representation of color #E0DAFF: hue angle of 249.73º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0DAFF is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 218 | 255 | - |
| CMYK | 0.12 | 0.15 | 0 | 0 |
| HSL | 249.73º | 1% | 0.93% | - |
| HSV(B) | 249.73º | 0.15% | 1% | - |
| XYZ | 73.86 | 73.21 | 104.85 | - |
| YUV | 224.01 | 145.49 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 218 | 255 | 0.12 | 0.15 | 0 | 0 | 249.73 | 1 | 0.93 |
| Hex | E0 | DA | FF | C | F | 0 | 0 | FA | 64 | 5D |
| Octal | 340 | 332 | 377 | 14 | 17 | 0 | 0 | 372 | 144 | 135 |
| Binary | 11100000 | 11011010 | 11111111 | 1100 | 1111 | 0 | 0 | 11111010 | 1100100 | 1011101 |
Color Harmonies of #E0DAFF
Complementary color
Monochromatic Colors of #E0DAFF
Black with #E0DAFF
Text Example
Text Example
White with #E0DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DAFF; }
p { color: rgb(224,218,255); }
H1.HeaderClassName
{
color: #E0DAFF;
}
.AnyTagClassName
{
color: #E0DAFF;
}
</style>
background-color css
<style>
a { background-color: #E0DAFF; }
a { background-color: rgb(224,218,255); }
div.DivClassName
{
background-color: #E0DAFF;
}
.BgClassName
{
background-color: #E0DAFF;
}
</style>
border-color css
<style>
span { border-color: #E0DAFF; }
span { border-color: rgb(224,218,255); }
td.TdClassName
{
border-color: #E0DAFF;
}
.TagClassName
{
border-color: #E0DAFF;
}
</style>