Shades of Quartz #E3DAFA
Tints of Quartz #E3DAFA
RGB
CMYK
RGB Variations
Color information
#E3DAFA (or 0xE3DAFA) is known color: Quartz. HEX triplet: E3, DA and FA. RGB value is (227,218,250). Sum of RGB (Red+Green+Blue) = 227+218+250=695 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.66% from 695); Green value is 218 (85.55% from 255 or 31.37% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #E3DAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DAFA is #1C2505. Grayscale: #E0E0E0. Windows color (decimal): -1844486 or 16440035. OLE color: 16440035.
HSL color Cylindrical-coordinate representation of color #E3DAFA: hue angle of 256.88º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E3DAFA is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 218 | 250 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.02 |
| HSL | 256.88º | 0.76% | 0.92% | - |
| HSV(B) | 256.88º | 0.13% | 0.98% | - |
| XYZ | 74.01 | 73.38 | 100.7 | - |
| YUV | 224.34 | 142.48 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 218 | 250 | 0.09 | 0.13 | 0 | 0.02 | 256.88 | 0.76 | 0.92 |
| Hex | E3 | DA | FA | 9 | D | 0 | 2 | 101 | 4C | 5C |
| Octal | 343 | 332 | 372 | 11 | 15 | 0 | 2 | 401 | 114 | 134 |
| Binary | 11100011 | 11011010 | 11111010 | 1001 | 1101 | 0 | 10 | 100000001 | 1001100 | 1011100 |
Color Harmonies of #E3DAFA
Complementary color
Monochromatic Colors of #E3DAFA
Black with #E3DAFA
Text Example
Text Example
White with #E3DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DAFA; }
p { color: rgb(227,218,250); }
H1.HeaderClassName
{
color: #E3DAFA;
}
.AnyTagClassName
{
color: #E3DAFA;
}
</style>
background-color css
<style>
a { background-color: #E3DAFA; }
a { background-color: rgb(227,218,250); }
div.DivClassName
{
background-color: #E3DAFA;
}
.BgClassName
{
background-color: #E3DAFA;
}
</style>
border-color css
<style>
span { border-color: #E3DAFA; }
span { border-color: rgb(227,218,250); }
td.TdClassName
{
border-color: #E3DAFA;
}
.TagClassName
{
border-color: #E3DAFA;
}
</style>