Shades of Quartz #E0D9FF
Tints of Quartz #E0D9FF
RGB
CMYK
RGB Variations
Color information
#E0D9FF (or 0xE0D9FF) is known color: Quartz. HEX triplet: E0, D9 and FF. RGB value is (224,217,255). Sum of RGB (Red+Green+Blue) = 224+217+255=696 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.18% from 696); Green value is 217 (85.16% from 255 or 31.18% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0D9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D9FF is #1F2600. Grayscale: #DFDFDF. Windows color (decimal): -2041345 or 16767456. OLE color: 16767456.
HSL color Cylindrical-coordinate representation of color #E0D9FF: hue angle of 251.05º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0D9FF is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 217 | 255 | - |
| CMYK | 0.12 | 0.15 | 0 | 0 |
| HSL | 251.05º | 1% | 0.93% | - |
| HSV(B) | 251.05º | 0.15% | 1% | - |
| XYZ | 73.6 | 72.69 | 104.76 | - |
| YUV | 223.43 | 145.82 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 217 | 255 | 0.12 | 0.15 | 0 | 0 | 251.05 | 1 | 0.93 |
| Hex | E0 | D9 | FF | C | F | 0 | 0 | FB | 64 | 5D |
| Octal | 340 | 331 | 377 | 14 | 17 | 0 | 0 | 373 | 144 | 135 |
| Binary | 11100000 | 11011001 | 11111111 | 1100 | 1111 | 0 | 0 | 11111011 | 1100100 | 1011101 |
Color Harmonies of #E0D9FF
Complementary color
Monochromatic Colors of #E0D9FF
Black with #E0D9FF
Text Example
Text Example
White with #E0D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D9FF; }
p { color: rgb(224,217,255); }
H1.HeaderClassName
{
color: #E0D9FF;
}
.AnyTagClassName
{
color: #E0D9FF;
}
</style>
background-color css
<style>
a { background-color: #E0D9FF; }
a { background-color: rgb(224,217,255); }
div.DivClassName
{
background-color: #E0D9FF;
}
.BgClassName
{
background-color: #E0D9FF;
}
</style>
border-color css
<style>
span { border-color: #E0D9FF; }
span { border-color: rgb(224,217,255); }
td.TdClassName
{
border-color: #E0D9FF;
}
.TagClassName
{
border-color: #E0D9FF;
}
</style>