Shades of Quartz #E2DFEE
Tints of Quartz #E2DFEE
RGB
CMYK
RGB Variations
Color information
#E2DFEE (or 0xE2DFEE) is known color: Quartz. HEX triplet: E2, DF and EE. RGB value is (226,223,238). Sum of RGB (Red+Green+Blue) = 226+223+238=687 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.90% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2DFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DFEE is #1D2011. Grayscale: #E1E1E1. Windows color (decimal): -1908754 or 15654882. OLE color: 15654882.
HSL color Cylindrical-coordinate representation of color #E2DFEE: hue angle of 252º degrees, saturation: 0.31, 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 #E2DFEE is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 226 | 223 | 238 | - |
CMYK | 0.05 | 0.06 | 0 | 0.07 |
HSL | 252º | 0.31% | 0.9% | - |
HSV(B) | 252º | 0.06% | 0.93% | - |
XYZ | 73.18 | 75.12 | 91.53 | - |
YUV | 225.61 | 134.99 | 128.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 223 | 238 | 0.05 | 0.06 | 0 | 0.07 | 252 | 0.31 | 0.9 |
Hex | E2 | DF | EE | 5 | 6 | 0 | 7 | FC | 1F | 5A |
Octal | 342 | 337 | 356 | 5 | 6 | 0 | 7 | 374 | 37 | 132 |
Binary | 11100010 | 11011111 | 11101110 | 101 | 110 | 0 | 111 | 11111100 | 11111 | 1011010 |
Color Harmonies of #E2DFEE
Complementary color
Monochromatic Colors of #E2DFEE
Black with #E2DFEE
Text Example
Text Example
White with #E2DFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DFEE; }
p { color: rgb(226,223,238); }
H1.HeaderClassName
{
color: #E2DFEE;
}
.AnyTagClassName
{
color: #E2DFEE;
}
</style>
background-color css
<style>
a { background-color: #E2DFEE; }
a { background-color: rgb(226,223,238); }
div.DivClassName
{
background-color: #E2DFEE;
}
.BgClassName
{
background-color: #E2DFEE;
}
</style>
border-color css
<style>
span { border-color: #E2DFEE; }
span { border-color: rgb(226,223,238); }
td.TdClassName
{
border-color: #E2DFEE;
}
.TagClassName
{
border-color: #E2DFEE;
}
</style>