Shades of Quartz #E0DFF6
Tints of Quartz #E0DFF6
RGB
CMYK
RGB Variations
Color information
#E0DFF6 (or 0xE0DFF6) is known color: Quartz. HEX triplet: E0, DF and F6. RGB value is (224,223,246). Sum of RGB (Red+Green+Blue) = 224+223+246=693 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.32% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 246 (96.48% from 255 or 35.50% from 693); Max value from RGB is 246 - color contains mainly: blue. Hex color #E0DFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DFF6 is #1F2009. Grayscale: #E1E1E1. Windows color (decimal): -2039818 or 16179168. OLE color: 16179168.
HSL color Cylindrical-coordinate representation of color #E0DFF6: hue angle of 242.61º degrees, saturation: 0.56, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0DFF6 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 223 | 246 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.04 |
| HSL | 242.61º | 0.56% | 0.92% | - |
| HSV(B) | 242.61º | 0.09% | 0.96% | - |
| XYZ | 73.76 | 75.28 | 97.83 | - |
| YUV | 225.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 223 | 246 | 0.09 | 0.09 | 0 | 0.04 | 242.61 | 0.56 | 0.92 |
| Hex | E0 | DF | F6 | 9 | 9 | 0 | 4 | F3 | 38 | 5C |
| Octal | 340 | 337 | 366 | 11 | 11 | 0 | 4 | 363 | 70 | 134 |
| Binary | 11100000 | 11011111 | 11110110 | 1001 | 1001 | 0 | 100 | 11110011 | 111000 | 1011100 |
Color Harmonies of #E0DFF6
Complementary color
Monochromatic Colors of #E0DFF6
Black with #E0DFF6
Text Example
Text Example
White with #E0DFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DFF6; }
p { color: rgb(224,223,246); }
H1.HeaderClassName
{
color: #E0DFF6;
}
.AnyTagClassName
{
color: #E0DFF6;
}
</style>
background-color css
<style>
a { background-color: #E0DFF6; }
a { background-color: rgb(224,223,246); }
div.DivClassName
{
background-color: #E0DFF6;
}
.BgClassName
{
background-color: #E0DFF6;
}
</style>
border-color css
<style>
span { border-color: #E0DFF6; }
span { border-color: rgb(224,223,246); }
td.TdClassName
{
border-color: #E0DFF6;
}
.TagClassName
{
border-color: #E0DFF6;
}
</style>