Shades of Quartz #E2DFF2
Tints of Quartz #E2DFF2
RGB
CMYK
RGB Variations
Color information
#E2DFF2 (or 0xE2DFF2) is known color: Quartz. HEX triplet: E2, DF and F2. RGB value is (226,223,242). Sum of RGB (Red+Green+Blue) = 226+223+242=691 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.71% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 242 (94.92% from 255 or 35.02% from 691); Max value from RGB is 242 - color contains mainly: blue. Hex color #E2DFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DFF2 is #1D200D. Grayscale: #E1E1E1. Windows color (decimal): -1908750 or 15917026. OLE color: 15917026.
HSL color Cylindrical-coordinate representation of color #E2DFF2: hue angle of 249.47º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2DFF2 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 223 | 242 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.05 |
| HSL | 249.47º | 0.42% | 0.91% | - |
| HSV(B) | 249.47º | 0.08% | 0.95% | - |
| XYZ | 73.78 | 75.35 | 94.66 | - |
| YUV | 226.06 | 136.99 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 223 | 242 | 0.07 | 0.08 | 0 | 0.05 | 249.47 | 0.42 | 0.91 |
| Hex | E2 | DF | F2 | 7 | 8 | 0 | 5 | F9 | 2A | 5B |
| Octal | 342 | 337 | 362 | 7 | 10 | 0 | 5 | 371 | 52 | 133 |
| Binary | 11100010 | 11011111 | 11110010 | 111 | 1000 | 0 | 101 | 11111001 | 101010 | 1011011 |
Color Harmonies of #E2DFF2
Complementary color
Monochromatic Colors of #E2DFF2
Black with #E2DFF2
Text Example
Text Example
White with #E2DFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DFF2; }
p { color: rgb(226,223,242); }
H1.HeaderClassName
{
color: #E2DFF2;
}
.AnyTagClassName
{
color: #E2DFF2;
}
</style>
background-color css
<style>
a { background-color: #E2DFF2; }
a { background-color: rgb(226,223,242); }
div.DivClassName
{
background-color: #E2DFF2;
}
.BgClassName
{
background-color: #E2DFF2;
}
</style>
border-color css
<style>
span { border-color: #E2DFF2; }
span { border-color: rgb(226,223,242); }
td.TdClassName
{
border-color: #E2DFF2;
}
.TagClassName
{
border-color: #E2DFF2;
}
</style>