Shades of Quartz #E0D8FF
Tints of Quartz #E0D8FF
RGB
CMYK
RGB Variations
Color information
#E0D8FF (or 0xE0D8FF) is known color: Quartz. HEX triplet: E0, D8 and FF. RGB value is (224,216,255). Sum of RGB (Red+Green+Blue) = 224+216+255=695 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.23% from 695); Green value is 216 (84.77% from 255 or 31.08% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0D8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D8FF is #1F2700. Grayscale: #DEDEDE. Windows color (decimal): -2041601 or 16767200. OLE color: 16767200.
HSL color Cylindrical-coordinate representation of color #E0D8FF: hue angle of 252.31º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0D8FF is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 216 | 255 | - |
| CMYK | 0.12 | 0.15 | 0 | 0 |
| HSL | 252.31º | 1% | 0.92% | - |
| HSV(B) | 252.31º | 0.15% | 1% | - |
| XYZ | 73.35 | 72.18 | 104.67 | - |
| YUV | 222.84 | 146.15 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 216 | 255 | 0.12 | 0.15 | 0 | 0 | 252.31 | 1 | 0.92 |
| Hex | E0 | D8 | FF | C | F | 0 | 0 | FC | 64 | 5C |
| Octal | 340 | 330 | 377 | 14 | 17 | 0 | 0 | 374 | 144 | 134 |
| Binary | 11100000 | 11011000 | 11111111 | 1100 | 1111 | 0 | 0 | 11111100 | 1100100 | 1011100 |
Color Harmonies of #E0D8FF
Complementary color
Monochromatic Colors of #E0D8FF
Black with #E0D8FF
Text Example
Text Example
White with #E0D8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D8FF; }
p { color: rgb(224,216,255); }
H1.HeaderClassName
{
color: #E0D8FF;
}
.AnyTagClassName
{
color: #E0D8FF;
}
</style>
background-color css
<style>
a { background-color: #E0D8FF; }
a { background-color: rgb(224,216,255); }
div.DivClassName
{
background-color: #E0D8FF;
}
.BgClassName
{
background-color: #E0D8FF;
}
</style>
border-color css
<style>
span { border-color: #E0D8FF; }
span { border-color: rgb(224,216,255); }
td.TdClassName
{
border-color: #E0D8FF;
}
.TagClassName
{
border-color: #E0D8FF;
}
</style>