Shades of Quartz #E0DDF5
Tints of Quartz #E0DDF5
RGB
CMYK
RGB Variations
Color information
#E0DDF5 (or 0xE0DDF5) is known color: Quartz. HEX triplet: E0, DD and F5. RGB value is (224,221,245). Sum of RGB (Red+Green+Blue) = 224+221+245=690 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.46% from 690); Green value is 221 (86.72% from 255 or 32.03% from 690); Blue value is 245 (96.09% from 255 or 35.51% from 690); Max value from RGB is 245 - color contains mainly: blue. Hex color #E0DDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DDF5 is #1F220A. Grayscale: #E0E0E0. Windows color (decimal): -2040331 or 16113120. OLE color: 16113120.
HSL color Cylindrical-coordinate representation of color #E0DDF5: hue angle of 247.5º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0DDF5 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 221 | 245 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.04 |
| HSL | 247.5º | 0.55% | 0.91% | - |
| HSV(B) | 247.5º | 0.1% | 0.96% | - |
| XYZ | 73.08 | 74.15 | 96.85 | - |
| YUV | 224.63 | 139.49 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 221 | 245 | 0.09 | 0.10 | 0 | 0.04 | 247.5 | 0.55 | 0.91 |
| Hex | E0 | DD | F5 | 9 | A | 0 | 4 | F8 | 37 | 5B |
| Octal | 340 | 335 | 365 | 11 | 12 | 0 | 4 | 370 | 67 | 133 |
| Binary | 11100000 | 11011101 | 11110101 | 1001 | 1010 | 0 | 100 | 11111000 | 110111 | 1011011 |
Color Harmonies of #E0DDF5
Complementary color
Monochromatic Colors of #E0DDF5
Black with #E0DDF5
Text Example
Text Example
White with #E0DDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DDF5; }
p { color: rgb(224,221,245); }
H1.HeaderClassName
{
color: #E0DDF5;
}
.AnyTagClassName
{
color: #E0DDF5;
}
</style>
background-color css
<style>
a { background-color: #E0DDF5; }
a { background-color: rgb(224,221,245); }
div.DivClassName
{
background-color: #E0DDF5;
}
.BgClassName
{
background-color: #E0DDF5;
}
</style>
border-color css
<style>
span { border-color: #E0DDF5; }
span { border-color: rgb(224,221,245); }
td.TdClassName
{
border-color: #E0DDF5;
}
.TagClassName
{
border-color: #E0DDF5;
}
</style>