Shades of Quartz #E1D5FF
Tints of Quartz #E1D5FF
RGB
CMYK
RGB Variations
Color information
#E1D5FF (or 0xE1D5FF) is known color: Quartz. HEX triplet: E1, D5 and FF. RGB value is (225,213,255). Sum of RGB (Red+Green+Blue) = 225+213+255=693 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.47% from 693); Green value is 213 (83.59% from 255 or 30.74% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1D5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D5FF is #1E2A00. Grayscale: #DDDDDD. Windows color (decimal): -1976833 or 16766433. OLE color: 16766433.
HSL color Cylindrical-coordinate representation of color #E1D5FF: hue angle of 257.14º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1D5FF is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 213 | 255 | - |
| CMYK | 0.12 | 0.16 | 0 | 0 |
| HSL | 257.14º | 1% | 0.92% | - |
| HSV(B) | 257.14º | 0.16% | 1% | - |
| XYZ | 72.9 | 70.82 | 104.43 | - |
| YUV | 221.38 | 146.98 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 213 | 255 | 0.12 | 0.16 | 0 | 0 | 257.14 | 1 | 0.92 |
| Hex | E1 | D5 | FF | C | 10 | 0 | 0 | 101 | 64 | 5C |
| Octal | 341 | 325 | 377 | 14 | 20 | 0 | 0 | 401 | 144 | 134 |
| Binary | 11100001 | 11010101 | 11111111 | 1100 | 10000 | 0 | 0 | 100000001 | 1100100 | 1011100 |
Color Harmonies of #E1D5FF
Complementary color
Monochromatic Colors of #E1D5FF
Black with #E1D5FF
Text Example
Text Example
White with #E1D5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D5FF; }
p { color: rgb(225,213,255); }
H1.HeaderClassName
{
color: #E1D5FF;
}
.AnyTagClassName
{
color: #E1D5FF;
}
</style>
background-color css
<style>
a { background-color: #E1D5FF; }
a { background-color: rgb(225,213,255); }
div.DivClassName
{
background-color: #E1D5FF;
}
.BgClassName
{
background-color: #E1D5FF;
}
</style>
border-color css
<style>
span { border-color: #E1D5FF; }
span { border-color: rgb(225,213,255); }
td.TdClassName
{
border-color: #E1D5FF;
}
.TagClassName
{
border-color: #E1D5FF;
}
</style>