Shades of Quartz #E0DDF9
Tints of Quartz #E0DDF9
RGB
CMYK
RGB Variations
Color information
#E0DDF9 (or 0xE0DDF9) is known color: Quartz. HEX triplet: E0, DD and F9. RGB value is (224,221,249). Sum of RGB (Red+Green+Blue) = 224+221+249=694 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.28% from 694); Green value is 221 (86.72% from 255 or 31.84% from 694); Blue value is 249 (97.66% from 255 or 35.88% from 694); Max value from RGB is 249 - color contains mainly: blue. Hex color #E0DDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DDF9 is #1F2206. Grayscale: #E0E0E0. Windows color (decimal): -2040327 or 16375264. OLE color: 16375264.
HSL color Cylindrical-coordinate representation of color #E0DDF9: hue angle of 246.43º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0DDF9 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 221 | 249 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.02 |
| HSL | 246.43º | 0.7% | 0.92% | - |
| HSV(B) | 246.43º | 0.11% | 0.98% | - |
| XYZ | 73.7 | 74.4 | 100.1 | - |
| YUV | 225.09 | 141.49 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 249 | 0.10 | 0.11 | 0 | 0.02 | 246.43 | 0.7 | 0.92 |
| Hex | E0 | DD | F9 | A | B | 0 | 2 | F6 | 46 | 5C |
| Octal | 340 | 335 | 371 | 12 | 13 | 0 | 2 | 366 | 106 | 134 |
| Binary | 11100000 | 11011101 | 11111001 | 1010 | 1011 | 0 | 10 | 11110110 | 1000110 | 1011100 |
Color Harmonies of #E0DDF9
Complementary color
Monochromatic Colors of #E0DDF9
Black with #E0DDF9
Text Example
Text Example
White with #E0DDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DDF9; }
p { color: rgb(224,221,249); }
H1.HeaderClassName
{
color: #E0DDF9;
}
.AnyTagClassName
{
color: #E0DDF9;
}
</style>
background-color css
<style>
a { background-color: #E0DDF9; }
a { background-color: rgb(224,221,249); }
div.DivClassName
{
background-color: #E0DDF9;
}
.BgClassName
{
background-color: #E0DDF9;
}
</style>
border-color css
<style>
span { border-color: #E0DDF9; }
span { border-color: rgb(224,221,249); }
td.TdClassName
{
border-color: #E0DDF9;
}
.TagClassName
{
border-color: #E0DDF9;
}
</style>