Shades of Quartz #E0D3FF
Tints of Quartz #E0D3FF
RGB
CMYK
RGB Variations
Color information
#E0D3FF (or 0xE0D3FF) is known color: Quartz. HEX triplet: E0, D3 and FF. RGB value is (224,211,255). Sum of RGB (Red+Green+Blue) = 224+211+255=690 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.46% from 690); Green value is 211 (82.81% from 255 or 30.58% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0D3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D3FF is #1F2C00. Grayscale: #DBDBDB. Windows color (decimal): -2042881 or 16765920. OLE color: 16765920.
HSL color Cylindrical-coordinate representation of color #E0D3FF: hue angle of 257.73º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0D3FF is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 211 | 255 | - |
| CMYK | 0.12 | 0.17 | 0 | 0 |
| HSL | 257.73º | 1% | 0.91% | - |
| HSV(B) | 257.73º | 0.17% | 1% | - |
| XYZ | 72.08 | 69.66 | 104.25 | - |
| YUV | 219.9 | 147.81 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 211 | 255 | 0.12 | 0.17 | 0 | 0 | 257.73 | 1 | 0.91 |
| Hex | E0 | D3 | FF | C | 11 | 0 | 0 | 102 | 64 | 5B |
| Octal | 340 | 323 | 377 | 14 | 21 | 0 | 0 | 402 | 144 | 133 |
| Binary | 11100000 | 11010011 | 11111111 | 1100 | 10001 | 0 | 0 | 100000010 | 1100100 | 1011011 |
Color Harmonies of #E0D3FF
Complementary color
Monochromatic Colors of #E0D3FF
Black with #E0D3FF
Text Example
Text Example
White with #E0D3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D3FF; }
p { color: rgb(224,211,255); }
H1.HeaderClassName
{
color: #E0D3FF;
}
.AnyTagClassName
{
color: #E0D3FF;
}
</style>
background-color css
<style>
a { background-color: #E0D3FF; }
a { background-color: rgb(224,211,255); }
div.DivClassName
{
background-color: #E0D3FF;
}
.BgClassName
{
background-color: #E0D3FF;
}
</style>
border-color css
<style>
span { border-color: #E0D3FF; }
span { border-color: rgb(224,211,255); }
td.TdClassName
{
border-color: #E0D3FF;
}
.TagClassName
{
border-color: #E0D3FF;
}
</style>