Shades of Quartz #E1DFF2
Tints of Quartz #E1DFF2
RGB
CMYK
RGB Variations
Color information
#E1DFF2 (or 0xE1DFF2) is known color: Quartz. HEX triplet: E1, DF and F2. RGB value is (225,223,242). Sum of RGB (Red+Green+Blue) = 225+223+242=690 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.61% from 690); Green value is 223 (87.5% from 255 or 32.32% from 690); Blue value is 242 (94.92% from 255 or 35.07% from 690); Max value from RGB is 242 - color contains mainly: blue. Hex color #E1DFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DFF2 is #1E200D. Grayscale: #E1E1E1. Windows color (decimal): -1974286 or 15917025. OLE color: 15917025.
HSL color Cylindrical-coordinate representation of color #E1DFF2: hue angle of 246.32º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1DFF2 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 223 | 242 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.05 |
| HSL | 246.32º | 0.42% | 0.91% | - |
| HSV(B) | 246.32º | 0.08% | 0.95% | - |
| XYZ | 73.47 | 75.19 | 94.65 | - |
| YUV | 225.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 242 | 0.07 | 0.08 | 0 | 0.05 | 246.32 | 0.42 | 0.91 |
| Hex | E1 | DF | F2 | 7 | 8 | 0 | 5 | F6 | 2A | 5B |
| Octal | 341 | 337 | 362 | 7 | 10 | 0 | 5 | 366 | 52 | 133 |
| Binary | 11100001 | 11011111 | 11110010 | 111 | 1000 | 0 | 101 | 11110110 | 101010 | 1011011 |
Color Harmonies of #E1DFF2
Complementary color
Monochromatic Colors of #E1DFF2
Black with #E1DFF2
Text Example
Text Example
White with #E1DFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DFF2; }
p { color: rgb(225,223,242); }
H1.HeaderClassName
{
color: #E1DFF2;
}
.AnyTagClassName
{
color: #E1DFF2;
}
</style>
background-color css
<style>
a { background-color: #E1DFF2; }
a { background-color: rgb(225,223,242); }
div.DivClassName
{
background-color: #E1DFF2;
}
.BgClassName
{
background-color: #E1DFF2;
}
</style>
border-color css
<style>
span { border-color: #E1DFF2; }
span { border-color: rgb(225,223,242); }
td.TdClassName
{
border-color: #E1DFF2;
}
.TagClassName
{
border-color: #E1DFF2;
}
</style>