Shades of Quartz #E1DBFA
Tints of Quartz #E1DBFA
RGB
CMYK
RGB Variations
Color information
#E1DBFA (or 0xE1DBFA) is known color: Quartz. HEX triplet: E1, DB and FA. RGB value is (225,219,250). Sum of RGB (Red+Green+Blue) = 225+219+250=694 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.42% from 694); Green value is 219 (85.94% from 255 or 31.56% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1DBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DBFA is #1E2405. Grayscale: #E0E0E0. Windows color (decimal): -1975302 or 16440289. OLE color: 16440289.
HSL color Cylindrical-coordinate representation of color #E1DBFA: hue angle of 251.61º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1DBFA is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 219 | 250 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.02 |
| HSL | 251.61º | 0.76% | 0.92% | - |
| HSV(B) | 251.61º | 0.12% | 0.98% | - |
| XYZ | 73.64 | 73.57 | 100.76 | - |
| YUV | 224.33 | 142.49 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 250 | 0.10 | 0.12 | 0 | 0.02 | 251.61 | 0.76 | 0.92 |
| Hex | E1 | DB | FA | A | C | 0 | 2 | FC | 4C | 5C |
| Octal | 341 | 333 | 372 | 12 | 14 | 0 | 2 | 374 | 114 | 134 |
| Binary | 11100001 | 11011011 | 11111010 | 1010 | 1100 | 0 | 10 | 11111100 | 1001100 | 1011100 |
Color Harmonies of #E1DBFA
Complementary color
Monochromatic Colors of #E1DBFA
Black with #E1DBFA
Text Example
Text Example
White with #E1DBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DBFA; }
p { color: rgb(225,219,250); }
H1.HeaderClassName
{
color: #E1DBFA;
}
.AnyTagClassName
{
color: #E1DBFA;
}
</style>
background-color css
<style>
a { background-color: #E1DBFA; }
a { background-color: rgb(225,219,250); }
div.DivClassName
{
background-color: #E1DBFA;
}
.BgClassName
{
background-color: #E1DBFA;
}
</style>
border-color css
<style>
span { border-color: #E1DBFA; }
span { border-color: rgb(225,219,250); }
td.TdClassName
{
border-color: #E1DBFA;
}
.TagClassName
{
border-color: #E1DBFA;
}
</style>