Shades of Quartz #E1DEEA
Tints of Quartz #E1DEEA
RGB
CMYK
RGB Variations
Color information
#E1DEEA (or 0xE1DEEA) is known color: Quartz. HEX triplet: E1, DE and EA. RGB value is (225,222,234). Sum of RGB (Red+Green+Blue) = 225+222+234=681 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.04% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1DEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DEEA is #1E2115. Grayscale: #E0E0E0. Windows color (decimal): -1974550 or 15392481. OLE color: 15392481.
HSL color Cylindrical-coordinate representation of color #E1DEEA: hue angle of 255º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E1DEEA is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 222 | 234 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.08 |
| HSL | 255º | 0.22% | 0.89% | - |
| HSV(B) | 255º | 0.05% | 0.92% | - |
| XYZ | 72.02 | 74.19 | 88.37 | - |
| YUV | 224.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 234 | 0.04 | 0.05 | 0 | 0.08 | 255 | 0.22 | 0.89 |
| Hex | E1 | DE | EA | 4 | 5 | 0 | 8 | FF | 16 | 59 |
| Octal | 341 | 336 | 352 | 4 | 5 | 0 | 10 | 377 | 26 | 131 |
| Binary | 11100001 | 11011110 | 11101010 | 100 | 101 | 0 | 1000 | 11111111 | 10110 | 1011001 |
Color Harmonies of #E1DEEA
Complementary color
Monochromatic Colors of #E1DEEA
Black with #E1DEEA
Text Example
Text Example
White with #E1DEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DEEA; }
p { color: rgb(225,222,234); }
H1.HeaderClassName
{
color: #E1DEEA;
}
.AnyTagClassName
{
color: #E1DEEA;
}
</style>
background-color css
<style>
a { background-color: #E1DEEA; }
a { background-color: rgb(225,222,234); }
div.DivClassName
{
background-color: #E1DEEA;
}
.BgClassName
{
background-color: #E1DEEA;
}
</style>
border-color css
<style>
span { border-color: #E1DEEA; }
span { border-color: rgb(225,222,234); }
td.TdClassName
{
border-color: #E1DEEA;
}
.TagClassName
{
border-color: #E1DEEA;
}
</style>