Shades of Quartz #E0DAFE
Tints of Quartz #E0DAFE
RGB
CMYK
RGB Variations
Color information
#E0DAFE (or 0xE0DAFE) is known color: Quartz. HEX triplet: E0, DA and FE. RGB value is (224,218,254). Sum of RGB (Red+Green+Blue) = 224+218+254=696 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.18% from 696); Green value is 218 (85.55% from 255 or 31.32% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0DAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DAFE is #1F2501. Grayscale: #DFDFDF. Windows color (decimal): -2041090 or 16702176. OLE color: 16702176.
HSL color Cylindrical-coordinate representation of color #E0DAFE: hue angle of 250º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E0DAFE is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 218 | 254 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.00 |
| HSL | 250º | 0.95% | 0.93% | - |
| HSV(B) | 250º | 0.14% | 1% | - |
| XYZ | 73.7 | 73.15 | 104 | - |
| YUV | 223.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 218 | 254 | 0.12 | 0.14 | 0 | 0.00 | 250 | 0.95 | 0.93 |
| Hex | E0 | DA | FE | C | E | 0 | 0 | FA | 5F | 5D |
| Octal | 340 | 332 | 376 | 14 | 16 | 0 | 0 | 372 | 137 | 135 |
| Binary | 11100000 | 11011010 | 11111110 | 1100 | 1110 | 0 | 0 | 11111010 | 1011111 | 1011101 |
Color Harmonies of #E0DAFE
Complementary color
Monochromatic Colors of #E0DAFE
Black with #E0DAFE
Text Example
Text Example
White with #E0DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DAFE; }
p { color: rgb(224,218,254); }
H1.HeaderClassName
{
color: #E0DAFE;
}
.AnyTagClassName
{
color: #E0DAFE;
}
</style>
background-color css
<style>
a { background-color: #E0DAFE; }
a { background-color: rgb(224,218,254); }
div.DivClassName
{
background-color: #E0DAFE;
}
.BgClassName
{
background-color: #E0DAFE;
}
</style>
border-color css
<style>
span { border-color: #E0DAFE; }
span { border-color: rgb(224,218,254); }
td.TdClassName
{
border-color: #E0DAFE;
}
.TagClassName
{
border-color: #E0DAFE;
}
</style>