Shades of Quartz #E1DFE7
Tints of Quartz #E1DFE7
RGB
CMYK
RGB Variations
Color information
#E1DFE7 (or 0xE1DFE7) is known color: Quartz. HEX triplet: E1, DF and E7. RGB value is (225,223,231). Sum of RGB (Red+Green+Blue) = 225+223+231=679 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.14% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 231 (90.62% from 255 or 34.02% from 679); Max value from RGB is 231 - color contains mainly: blue. Hex color #E1DFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DFE7 is #1E2018. Grayscale: #E0E0E0. Windows color (decimal): -1974297 or 15196129. OLE color: 15196129.
HSL color Cylindrical-coordinate representation of color #E1DFE7: hue angle of 255º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E1DFE7 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 223 | 231 | - |
| CMYK | 0.03 | 0.03 | 0 | 0.09 |
| HSL | 255º | 0.14% | 0.89% | - |
| HSV(B) | 255º | 0.03% | 0.91% | - |
| XYZ | 71.86 | 74.55 | 86.2 | - |
| YUV | 224.51 | 131.66 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 231 | 0.03 | 0.03 | 0 | 0.09 | 255 | 0.14 | 0.89 |
| Hex | E1 | DF | E7 | 3 | 3 | 0 | 9 | FF | E | 59 |
| Octal | 341 | 337 | 347 | 3 | 3 | 0 | 11 | 377 | 16 | 131 |
| Binary | 11100001 | 11011111 | 11100111 | 11 | 11 | 0 | 1001 | 11111111 | 1110 | 1011001 |
Color Harmonies of #E1DFE7
Complementary color
Monochromatic Colors of #E1DFE7
Black with #E1DFE7
Text Example
Text Example
White with #E1DFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DFE7; }
p { color: rgb(225,223,231); }
H1.HeaderClassName
{
color: #E1DFE7;
}
.AnyTagClassName
{
color: #E1DFE7;
}
</style>
background-color css
<style>
a { background-color: #E1DFE7; }
a { background-color: rgb(225,223,231); }
div.DivClassName
{
background-color: #E1DFE7;
}
.BgClassName
{
background-color: #E1DFE7;
}
</style>
border-color css
<style>
span { border-color: #E1DFE7; }
span { border-color: rgb(225,223,231); }
td.TdClassName
{
border-color: #E1DFE7;
}
.TagClassName
{
border-color: #E1DFE7;
}
</style>