Shades of Quartz #E2DEEE
Tints of Quartz #E2DEEE
RGB
CMYK
RGB Variations
Color information
#E2DEEE (or 0xE2DEEE) is known color: Quartz. HEX triplet: E2, DE and EE. RGB value is (226,222,238). Sum of RGB (Red+Green+Blue) = 226+222+238=686 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.94% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2DEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DEEE is #1D2111. Grayscale: #E0E0E0. Windows color (decimal): -1909010 or 15654626. OLE color: 15654626.
HSL color Cylindrical-coordinate representation of color #E2DEEE: hue angle of 255º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E2DEEE is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 226 | 222 | 238 | - |
CMYK | 0.05 | 0.07 | 0 | 0.07 |
HSL | 255º | 0.32% | 0.9% | - |
HSV(B) | 255º | 0.07% | 0.93% | - |
XYZ | 72.92 | 74.58 | 91.44 | - |
YUV | 225.02 | 135.33 | 128.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 222 | 238 | 0.05 | 0.07 | 0 | 0.07 | 255 | 0.32 | 0.9 |
Hex | E2 | DE | EE | 5 | 7 | 0 | 7 | FF | 20 | 5A |
Octal | 342 | 336 | 356 | 5 | 7 | 0 | 7 | 377 | 40 | 132 |
Binary | 11100010 | 11011110 | 11101110 | 101 | 111 | 0 | 111 | 11111111 | 100000 | 1011010 |
Color Harmonies of #E2DEEE
Complementary color
Monochromatic Colors of #E2DEEE
Black with #E2DEEE
Text Example
Text Example
White with #E2DEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DEEE; }
p { color: rgb(226,222,238); }
H1.HeaderClassName
{
color: #E2DEEE;
}
.AnyTagClassName
{
color: #E2DEEE;
}
</style>
background-color css
<style>
a { background-color: #E2DEEE; }
a { background-color: rgb(226,222,238); }
div.DivClassName
{
background-color: #E2DEEE;
}
.BgClassName
{
background-color: #E2DEEE;
}
</style>
border-color css
<style>
span { border-color: #E2DEEE; }
span { border-color: rgb(226,222,238); }
td.TdClassName
{
border-color: #E2DEEE;
}
.TagClassName
{
border-color: #E2DEEE;
}
</style>