Shades of Quartz #E0D4FF
Tints of Quartz #E0D4FF
RGB
CMYK
RGB Variations
Color information
#E0D4FF (or 0xE0D4FF) is known color: Quartz. HEX triplet: E0, D4 and FF. RGB value is (224,212,255). Sum of RGB (Red+Green+Blue) = 224+212+255=691 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.42% from 691); Green value is 212 (83.20% from 255 or 30.68% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0D4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D4FF is #1F2B00. Grayscale: #DCDCDC. Windows color (decimal): -2042625 or 16766176. OLE color: 16766176.
HSL color Cylindrical-coordinate representation of color #E0D4FF: hue angle of 256.74º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0D4FF is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 212 | 255 | - |
| CMYK | 0.12 | 0.17 | 0 | 0 |
| HSL | 256.74º | 1% | 0.92% | - |
| HSV(B) | 256.74º | 0.17% | 1% | - |
| XYZ | 72.33 | 70.15 | 104.34 | - |
| YUV | 220.49 | 147.48 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 212 | 255 | 0.12 | 0.17 | 0 | 0 | 256.74 | 1 | 0.92 |
| Hex | E0 | D4 | FF | C | 11 | 0 | 0 | 101 | 64 | 5C |
| Octal | 340 | 324 | 377 | 14 | 21 | 0 | 0 | 401 | 144 | 134 |
| Binary | 11100000 | 11010100 | 11111111 | 1100 | 10001 | 0 | 0 | 100000001 | 1100100 | 1011100 |
Color Harmonies of #E0D4FF
Complementary color
Monochromatic Colors of #E0D4FF
Black with #E0D4FF
Text Example
Text Example
White with #E0D4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D4FF; }
p { color: rgb(224,212,255); }
H1.HeaderClassName
{
color: #E0D4FF;
}
.AnyTagClassName
{
color: #E0D4FF;
}
</style>
background-color css
<style>
a { background-color: #E0D4FF; }
a { background-color: rgb(224,212,255); }
div.DivClassName
{
background-color: #E0D4FF;
}
.BgClassName
{
background-color: #E0D4FF;
}
</style>
border-color css
<style>
span { border-color: #E0D4FF; }
span { border-color: rgb(224,212,255); }
td.TdClassName
{
border-color: #E0D4FF;
}
.TagClassName
{
border-color: #E0D4FF;
}
</style>