Shades of Quartz #E1DFED
Tints of Quartz #E1DFED
RGB
CMYK
RGB Variations
Color information
#E1DFED (or 0xE1DFED) is known color: Quartz. HEX triplet: E1, DF and ED. RGB value is (225,223,237). Sum of RGB (Red+Green+Blue) = 225+223+237=685 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.85% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 237 - color contains mainly: blue. Hex color #E1DFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DFED is #1E2012. Grayscale: #E1E1E1. Windows color (decimal): -1974291 or 15589345. OLE color: 15589345.
HSL color Cylindrical-coordinate representation of color #E1DFED: hue angle of 248.57º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E1DFED is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 223 | 237 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.07 |
| HSL | 248.57º | 0.28% | 0.9% | - |
| HSV(B) | 248.57º | 0.06% | 0.93% | - |
| XYZ | 72.73 | 74.9 | 90.74 | - |
| YUV | 225.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 237 | 0.05 | 0.06 | 0 | 0.07 | 248.57 | 0.28 | 0.9 |
| Hex | E1 | DF | ED | 5 | 6 | 0 | 7 | F9 | 1C | 5A |
| Octal | 341 | 337 | 355 | 5 | 6 | 0 | 7 | 371 | 34 | 132 |
| Binary | 11100001 | 11011111 | 11101101 | 101 | 110 | 0 | 111 | 11111001 | 11100 | 1011010 |
Color Harmonies of #E1DFED
Complementary color
Monochromatic Colors of #E1DFED
Black with #E1DFED
Text Example
Text Example
White with #E1DFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DFED; }
p { color: rgb(225,223,237); }
H1.HeaderClassName
{
color: #E1DFED;
}
.AnyTagClassName
{
color: #E1DFED;
}
</style>
background-color css
<style>
a { background-color: #E1DFED; }
a { background-color: rgb(225,223,237); }
div.DivClassName
{
background-color: #E1DFED;
}
.BgClassName
{
background-color: #E1DFED;
}
</style>
border-color css
<style>
span { border-color: #E1DFED; }
span { border-color: rgb(225,223,237); }
td.TdClassName
{
border-color: #E1DFED;
}
.TagClassName
{
border-color: #E1DFED;
}
</style>