Shades of Quartz #E0DAF3
Tints of Quartz #E0DAF3
RGB
CMYK
RGB Variations
Color information
#E0DAF3 (or 0xE0DAF3) is known color: Quartz. HEX triplet: E0, DA and F3. RGB value is (224,218,243). Sum of RGB (Red+Green+Blue) = 224+218+243=685 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.70% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 243 (95.31% from 255 or 35.47% from 685); Max value from RGB is 243 - color contains mainly: blue. Hex color #E0DAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DAF3 is #1F250C. Grayscale: #DEDEDE. Windows color (decimal): -2041101 or 15981280. OLE color: 15981280.
HSL color Cylindrical-coordinate representation of color #E0DAF3: hue angle of 254.4º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0DAF3 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 218 | 243 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.05 |
| HSL | 254.4º | 0.51% | 0.9% | - |
| HSV(B) | 254.4º | 0.1% | 0.95% | - |
| XYZ | 71.99 | 72.46 | 94.99 | - |
| YUV | 222.64 | 139.49 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 218 | 243 | 0.08 | 0.10 | 0 | 0.05 | 254.4 | 0.51 | 0.9 |
| Hex | E0 | DA | F3 | 8 | A | 0 | 5 | FE | 33 | 5A |
| Octal | 340 | 332 | 363 | 10 | 12 | 0 | 5 | 376 | 63 | 132 |
| Binary | 11100000 | 11011010 | 11110011 | 1000 | 1010 | 0 | 101 | 11111110 | 110011 | 1011010 |
Color Harmonies of #E0DAF3
Complementary color
Monochromatic Colors of #E0DAF3
Black with #E0DAF3
Text Example
Text Example
White with #E0DAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DAF3; }
p { color: rgb(224,218,243); }
H1.HeaderClassName
{
color: #E0DAF3;
}
.AnyTagClassName
{
color: #E0DAF3;
}
</style>
background-color css
<style>
a { background-color: #E0DAF3; }
a { background-color: rgb(224,218,243); }
div.DivClassName
{
background-color: #E0DAF3;
}
.BgClassName
{
background-color: #E0DAF3;
}
</style>
border-color css
<style>
span { border-color: #E0DAF3; }
span { border-color: rgb(224,218,243); }
td.TdClassName
{
border-color: #E0DAF3;
}
.TagClassName
{
border-color: #E0DAF3;
}
</style>