Shades of Quartz #E0DDF7
Tints of Quartz #E0DDF7
RGB
CMYK
RGB Variations
Color information
#E0DDF7 (or 0xE0DDF7) is known color: Quartz. HEX triplet: E0, DD and F7. RGB value is (224,221,247). Sum of RGB (Red+Green+Blue) = 224+221+247=692 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.37% from 692); Green value is 221 (86.72% from 255 or 31.94% from 692); Blue value is 247 (96.88% from 255 or 35.69% from 692); Max value from RGB is 247 - color contains mainly: blue. Hex color #E0DDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DDF7 is #1F2208. Grayscale: #E0E0E0. Windows color (decimal): -2040329 or 16244192. OLE color: 16244192.
HSL color Cylindrical-coordinate representation of color #E0DDF7: hue angle of 246.92º degrees, saturation: 0.62, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0DDF7 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 221 | 247 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.03 |
| HSL | 246.92º | 0.62% | 0.92% | - |
| HSV(B) | 246.92º | 0.11% | 0.97% | - |
| XYZ | 73.39 | 74.28 | 98.46 | - |
| YUV | 224.86 | 140.49 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 247 | 0.09 | 0.11 | 0 | 0.03 | 246.92 | 0.62 | 0.92 |
| Hex | E0 | DD | F7 | 9 | B | 0 | 3 | F7 | 3E | 5C |
| Octal | 340 | 335 | 367 | 11 | 13 | 0 | 3 | 367 | 76 | 134 |
| Binary | 11100000 | 11011101 | 11110111 | 1001 | 1011 | 0 | 11 | 11110111 | 111110 | 1011100 |
Color Harmonies of #E0DDF7
Complementary color
Monochromatic Colors of #E0DDF7
Black with #E0DDF7
Text Example
Text Example
White with #E0DDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DDF7; }
p { color: rgb(224,221,247); }
H1.HeaderClassName
{
color: #E0DDF7;
}
.AnyTagClassName
{
color: #E0DDF7;
}
</style>
background-color css
<style>
a { background-color: #E0DDF7; }
a { background-color: rgb(224,221,247); }
div.DivClassName
{
background-color: #E0DDF7;
}
.BgClassName
{
background-color: #E0DDF7;
}
</style>
border-color css
<style>
span { border-color: #E0DDF7; }
span { border-color: rgb(224,221,247); }
td.TdClassName
{
border-color: #E0DDF7;
}
.TagClassName
{
border-color: #E0DDF7;
}
</style>