Shades of Quartz #E3DEF2
Tints of Quartz #E3DEF2
RGB
CMYK
RGB Variations
Color information
#E3DEF2 (or 0xE3DEF2) is known color: Quartz. HEX triplet: E3, DE and F2. RGB value is (227,222,242). Sum of RGB (Red+Green+Blue) = 227+222+242=691 (91% of max value = 765). Red value is 227 (89.06% from 255 or 32.85% from 691); Green value is 222 (87.11% from 255 or 32.13% 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 #E3DEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DEF2 is #1C210D. Grayscale: #E1E1E1. Windows color (decimal): -1843470 or 15916771. OLE color: 15916771.
HSL color Cylindrical-coordinate representation of color #E3DEF2: hue angle of 255º degrees, saturation: 0.43, 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 #E3DEF2 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 222 | 242 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.05 |
| HSL | 255º | 0.43% | 0.91% | - |
| HSV(B) | 255º | 0.08% | 0.95% | - |
| XYZ | 73.83 | 74.98 | 94.59 | - |
| YUV | 225.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 222 | 242 | 0.06 | 0.08 | 0 | 0.05 | 255 | 0.43 | 0.91 |
| Hex | E3 | DE | F2 | 6 | 8 | 0 | 5 | FF | 2B | 5B |
| Octal | 343 | 336 | 362 | 6 | 10 | 0 | 5 | 377 | 53 | 133 |
| Binary | 11100011 | 11011110 | 11110010 | 110 | 1000 | 0 | 101 | 11111111 | 101011 | 1011011 |
Color Harmonies of #E3DEF2
Complementary color
Monochromatic Colors of #E3DEF2
Black with #E3DEF2
Text Example
Text Example
White with #E3DEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DEF2; }
p { color: rgb(227,222,242); }
H1.HeaderClassName
{
color: #E3DEF2;
}
.AnyTagClassName
{
color: #E3DEF2;
}
</style>
background-color css
<style>
a { background-color: #E3DEF2; }
a { background-color: rgb(227,222,242); }
div.DivClassName
{
background-color: #E3DEF2;
}
.BgClassName
{
background-color: #E3DEF2;
}
</style>
border-color css
<style>
span { border-color: #E3DEF2; }
span { border-color: rgb(227,222,242); }
td.TdClassName
{
border-color: #E3DEF2;
}
.TagClassName
{
border-color: #E3DEF2;
}
</style>