Shades of Quartz #E3D8FB
Tints of Quartz #E3D8FB
RGB
CMYK
RGB Variations
Color information
#E3D8FB (or 0xE3D8FB) is known color: Quartz. HEX triplet: E3, D8 and FB. RGB value is (227,216,251). Sum of RGB (Red+Green+Blue) = 227+216+251=694 (91% of max value = 765). Red value is 227 (89.06% from 255 or 32.71% from 694); Green value is 216 (84.77% from 255 or 31.12% from 694); Blue value is 251 (98.44% from 255 or 36.17% from 694); Max value from RGB is 251 - color contains mainly: blue. Hex color #E3D8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D8FB is #1C2704. Grayscale: #DFDFDF. Windows color (decimal): -1844997 or 16505059. OLE color: 16505059.
HSL color Cylindrical-coordinate representation of color #E3D8FB: hue angle of 258.86º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E3D8FB is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 216 | 251 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.02 |
| HSL | 258.86º | 0.81% | 0.92% | - |
| HSV(B) | 258.86º | 0.14% | 0.98% | - |
| XYZ | 73.65 | 72.41 | 101.36 | - |
| YUV | 223.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 216 | 251 | 0.10 | 0.14 | 0 | 0.02 | 258.86 | 0.81 | 0.92 |
| Hex | E3 | D8 | FB | A | E | 0 | 2 | 103 | 51 | 5C |
| Octal | 343 | 330 | 373 | 12 | 16 | 0 | 2 | 403 | 121 | 134 |
| Binary | 11100011 | 11011000 | 11111011 | 1010 | 1110 | 0 | 10 | 100000011 | 1010001 | 1011100 |
Color Harmonies of #E3D8FB
Complementary color
Monochromatic Colors of #E3D8FB
Black with #E3D8FB
Text Example
Text Example
White with #E3D8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D8FB; }
p { color: rgb(227,216,251); }
H1.HeaderClassName
{
color: #E3D8FB;
}
.AnyTagClassName
{
color: #E3D8FB;
}
</style>
background-color css
<style>
a { background-color: #E3D8FB; }
a { background-color: rgb(227,216,251); }
div.DivClassName
{
background-color: #E3D8FB;
}
.BgClassName
{
background-color: #E3D8FB;
}
</style>
border-color css
<style>
span { border-color: #E3D8FB; }
span { border-color: rgb(227,216,251); }
td.TdClassName
{
border-color: #E3D8FB;
}
.TagClassName
{
border-color: #E3D8FB;
}
</style>