Shades of Quartz #E0D4FD
Tints of Quartz #E0D4FD
RGB
CMYK
RGB Variations
Color information
#E0D4FD (or 0xE0D4FD) is known color: Quartz. HEX triplet: E0, D4 and FD. RGB value is (224,212,253). Sum of RGB (Red+Green+Blue) = 224+212+253=689 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.51% from 689); Green value is 212 (83.20% from 255 or 30.77% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0D4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D4FD is #1F2B02. Grayscale: #DCDCDC. Windows color (decimal): -2042627 or 16635104. OLE color: 16635104.
HSL color Cylindrical-coordinate representation of color #E0D4FD: hue angle of 257.56º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0D4FD is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 212 | 253 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.01 |
| HSL | 257.56º | 0.91% | 0.91% | - |
| HSV(B) | 257.56º | 0.16% | 0.99% | - |
| XYZ | 72.01 | 70.03 | 102.65 | - |
| YUV | 220.26 | 146.48 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 212 | 253 | 0.11 | 0.16 | 0 | 0.01 | 257.56 | 0.91 | 0.91 |
| Hex | E0 | D4 | FD | B | 10 | 0 | 1 | 102 | 5B | 5B |
| Octal | 340 | 324 | 375 | 13 | 20 | 0 | 1 | 402 | 133 | 133 |
| Binary | 11100000 | 11010100 | 11111101 | 1011 | 10000 | 0 | 1 | 100000010 | 1011011 | 1011011 |
Color Harmonies of #E0D4FD
Complementary color
Monochromatic Colors of #E0D4FD
Black with #E0D4FD
Text Example
Text Example
White with #E0D4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D4FD; }
p { color: rgb(224,212,253); }
H1.HeaderClassName
{
color: #E0D4FD;
}
.AnyTagClassName
{
color: #E0D4FD;
}
</style>
background-color css
<style>
a { background-color: #E0D4FD; }
a { background-color: rgb(224,212,253); }
div.DivClassName
{
background-color: #E0D4FD;
}
.BgClassName
{
background-color: #E0D4FD;
}
</style>
border-color css
<style>
span { border-color: #E0D4FD; }
span { border-color: rgb(224,212,253); }
td.TdClassName
{
border-color: #E0D4FD;
}
.TagClassName
{
border-color: #E0D4FD;
}
</style>