Shades of Quartz #E1D6FF
Tints of Quartz #E1D6FF
RGB
CMYK
RGB Variations
Color information
#E1D6FF (or 0xE1D6FF) is known color: Quartz. HEX triplet: E1, D6 and FF. RGB value is (225,214,255). Sum of RGB (Red+Green+Blue) = 225+214+255=694 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.42% from 694); Green value is 214 (83.98% from 255 or 30.84% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1D6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D6FF is #1E2900. Grayscale: #DDDDDD. Windows color (decimal): -1976577 or 16766689. OLE color: 16766689.
HSL color Cylindrical-coordinate representation of color #E1D6FF: hue angle of 256.1º 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 #E1D6FF is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 214 | 255 | - |
| CMYK | 0.12 | 0.16 | 0 | 0 |
| HSL | 256.1º | 1% | 0.92% | - |
| HSV(B) | 256.1º | 0.16% | 1% | - |
| XYZ | 73.15 | 71.32 | 104.52 | - |
| YUV | 221.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 214 | 255 | 0.12 | 0.16 | 0 | 0 | 256.1 | 1 | 0.92 |
| Hex | E1 | D6 | FF | C | 10 | 0 | 0 | 100 | 64 | 5C |
| Octal | 341 | 326 | 377 | 14 | 20 | 0 | 0 | 400 | 144 | 134 |
| Binary | 11100001 | 11010110 | 11111111 | 1100 | 10000 | 0 | 0 | 100000000 | 1100100 | 1011100 |
Color Harmonies of #E1D6FF
Complementary color
Monochromatic Colors of #E1D6FF
Black with #E1D6FF
Text Example
Text Example
White with #E1D6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D6FF; }
p { color: rgb(225,214,255); }
H1.HeaderClassName
{
color: #E1D6FF;
}
.AnyTagClassName
{
color: #E1D6FF;
}
</style>
background-color css
<style>
a { background-color: #E1D6FF; }
a { background-color: rgb(225,214,255); }
div.DivClassName
{
background-color: #E1D6FF;
}
.BgClassName
{
background-color: #E1D6FF;
}
</style>
border-color css
<style>
span { border-color: #E1D6FF; }
span { border-color: rgb(225,214,255); }
td.TdClassName
{
border-color: #E1D6FF;
}
.TagClassName
{
border-color: #E1D6FF;
}
</style>