Shades of Quartz #E1DBFC
Tints of Quartz #E1DBFC
RGB
CMYK
RGB Variations
Color information
#E1DBFC (or 0xE1DBFC) is known color: Quartz. HEX triplet: E1, DB and FC. RGB value is (225,219,252). Sum of RGB (Red+Green+Blue) = 225+219+252=696 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.33% from 696); Green value is 219 (85.94% from 255 or 31.47% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 252 - color contains mainly: blue. Hex color #E1DBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DBFC is #1E2403. Grayscale: #E0E0E0. Windows color (decimal): -1975300 or 16571361. OLE color: 16571361.
HSL color Cylindrical-coordinate representation of color #E1DBFC: hue angle of 250.91º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1DBFC is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 219 | 252 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.01 |
| HSL | 250.91º | 0.85% | 0.92% | - |
| HSV(B) | 250.91º | 0.13% | 0.99% | - |
| XYZ | 73.95 | 73.7 | 102.42 | - |
| YUV | 224.56 | 143.49 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 252 | 0.11 | 0.13 | 0 | 0.01 | 250.91 | 0.85 | 0.92 |
| Hex | E1 | DB | FC | B | D | 0 | 1 | FB | 55 | 5C |
| Octal | 341 | 333 | 374 | 13 | 15 | 0 | 1 | 373 | 125 | 134 |
| Binary | 11100001 | 11011011 | 11111100 | 1011 | 1101 | 0 | 1 | 11111011 | 1010101 | 1011100 |
Color Harmonies of #E1DBFC
Complementary color
Monochromatic Colors of #E1DBFC
Black with #E1DBFC
Text Example
Text Example
White with #E1DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DBFC; }
p { color: rgb(225,219,252); }
H1.HeaderClassName
{
color: #E1DBFC;
}
.AnyTagClassName
{
color: #E1DBFC;
}
</style>
background-color css
<style>
a { background-color: #E1DBFC; }
a { background-color: rgb(225,219,252); }
div.DivClassName
{
background-color: #E1DBFC;
}
.BgClassName
{
background-color: #E1DBFC;
}
</style>
border-color css
<style>
span { border-color: #E1DBFC; }
span { border-color: rgb(225,219,252); }
td.TdClassName
{
border-color: #E1DBFC;
}
.TagClassName
{
border-color: #E1DBFC;
}
</style>