Shades of Quartz #E2DEED
Tints of Quartz #E2DEED
RGB
CMYK
RGB Variations
Color information
#E2DEED (or 0xE2DEED) is known color: Quartz. HEX triplet: E2, DE and ED. RGB value is (226,222,237). Sum of RGB (Red+Green+Blue) = 226+222+237=685 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.99% from 685); Green value is 222 (87.11% from 255 or 32.41% 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 #E2DEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DEED is #1D2112. Grayscale: #E0E0E0. Windows color (decimal): -1909011 or 15589090. OLE color: 15589090.
HSL color Cylindrical-coordinate representation of color #E2DEED: hue angle of 256º degrees, saturation: 0.29, 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 #E2DEED is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 222 | 237 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.07 |
| HSL | 256º | 0.29% | 0.9% | - |
| HSV(B) | 256º | 0.06% | 0.93% | - |
| XYZ | 72.77 | 74.53 | 90.67 | - |
| YUV | 224.91 | 134.83 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 222 | 237 | 0.05 | 0.06 | 0 | 0.07 | 256 | 0.29 | 0.9 |
| Hex | E2 | DE | ED | 5 | 6 | 0 | 7 | 100 | 1D | 5A |
| Octal | 342 | 336 | 355 | 5 | 6 | 0 | 7 | 400 | 35 | 132 |
| Binary | 11100010 | 11011110 | 11101101 | 101 | 110 | 0 | 111 | 100000000 | 11101 | 1011010 |
Color Harmonies of #E2DEED
Complementary color
Monochromatic Colors of #E2DEED
Black with #E2DEED
Text Example
Text Example
White with #E2DEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DEED; }
p { color: rgb(226,222,237); }
H1.HeaderClassName
{
color: #E2DEED;
}
.AnyTagClassName
{
color: #E2DEED;
}
</style>
background-color css
<style>
a { background-color: #E2DEED; }
a { background-color: rgb(226,222,237); }
div.DivClassName
{
background-color: #E2DEED;
}
.BgClassName
{
background-color: #E2DEED;
}
</style>
border-color css
<style>
span { border-color: #E2DEED; }
span { border-color: rgb(226,222,237); }
td.TdClassName
{
border-color: #E2DEED;
}
.TagClassName
{
border-color: #E2DEED;
}
</style>