Shades of Quartz #E0D6FE
Tints of Quartz #E0D6FE
RGB
CMYK
RGB Variations
Color information
#E0D6FE (or 0xE0D6FE) is known color: Quartz. HEX triplet: E0, D6 and FE. RGB value is (224,214,254). Sum of RGB (Red+Green+Blue) = 224+214+254=692 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.37% from 692); Green value is 214 (83.98% from 255 or 30.92% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0D6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D6FE is #1F2901. Grayscale: #DDDDDD. Windows color (decimal): -2042114 or 16701152. OLE color: 16701152.
HSL color Cylindrical-coordinate representation of color #E0D6FE: hue angle of 255º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0D6FE is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 214 | 254 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.00 |
| HSL | 255º | 0.95% | 0.92% | - |
| HSV(B) | 255º | 0.16% | 1% | - |
| XYZ | 72.68 | 71.1 | 103.66 | - |
| YUV | 221.55 | 146.31 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 214 | 254 | 0.12 | 0.16 | 0 | 0.00 | 255 | 0.95 | 0.92 |
| Hex | E0 | D6 | FE | C | 10 | 0 | 0 | FF | 5F | 5C |
| Octal | 340 | 326 | 376 | 14 | 20 | 0 | 0 | 377 | 137 | 134 |
| Binary | 11100000 | 11010110 | 11111110 | 1100 | 10000 | 0 | 0 | 11111111 | 1011111 | 1011100 |
Color Harmonies of #E0D6FE
Complementary color
Monochromatic Colors of #E0D6FE
Black with #E0D6FE
Text Example
Text Example
White with #E0D6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D6FE; }
p { color: rgb(224,214,254); }
H1.HeaderClassName
{
color: #E0D6FE;
}
.AnyTagClassName
{
color: #E0D6FE;
}
</style>
background-color css
<style>
a { background-color: #E0D6FE; }
a { background-color: rgb(224,214,254); }
div.DivClassName
{
background-color: #E0D6FE;
}
.BgClassName
{
background-color: #E0D6FE;
}
</style>
border-color css
<style>
span { border-color: #E0D6FE; }
span { border-color: rgb(224,214,254); }
td.TdClassName
{
border-color: #E0D6FE;
}
.TagClassName
{
border-color: #E0D6FE;
}
</style>