Shades of Quartz #D8D3F4
Tints of Quartz #D8D3F4
RGB
CMYK
RGB Variations
Color information
#D8D3F4 (or 0xD8D3F4) is known color: Quartz. HEX triplet: D8, D3 and F4. RGB value is (216,211,244). Sum of RGB (Red+Green+Blue) = 216+211+244=671 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.19% from 671); Green value is 211 (82.81% from 255 or 31.45% from 671); Blue value is 244 (95.70% from 255 or 36.36% from 671); Max value from RGB is 244 - color contains mainly: blue. Hex color #D8D3F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D3F4 is #272C0B. Grayscale: #D8D8D8. Windows color (decimal): -2567180 or 16045016. OLE color: 16045016.
HSL color Cylindrical-coordinate representation of color #D8D3F4: hue angle of 249.09º degrees, saturation: 0.6, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8D3F4 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 211 | 244 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.04 |
| HSL | 249.09º | 0.6% | 0.89% | - |
| HSV(B) | 249.09º | 0.14% | 0.96% | - |
| XYZ | 67.94 | 67.72 | 95.08 | - |
| YUV | 216.26 | 143.66 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 211 | 244 | 0.11 | 0.14 | 0 | 0.04 | 249.09 | 0.6 | 0.89 |
| Hex | D8 | D3 | F4 | B | E | 0 | 4 | F9 | 3C | 59 |
| Octal | 330 | 323 | 364 | 13 | 16 | 0 | 4 | 371 | 74 | 131 |
| Binary | 11011000 | 11010011 | 11110100 | 1011 | 1110 | 0 | 100 | 11111001 | 111100 | 1011001 |
Color Harmonies of #D8D3F4
Complementary color
Monochromatic Colors of #D8D3F4
Black with #D8D3F4
Text Example
Text Example
White with #D8D3F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D3F4; }
p { color: rgb(216,211,244); }
H1.HeaderClassName
{
color: #D8D3F4;
}
.AnyTagClassName
{
color: #D8D3F4;
}
</style>
background-color css
<style>
a { background-color: #D8D3F4; }
a { background-color: rgb(216,211,244); }
div.DivClassName
{
background-color: #D8D3F4;
}
.BgClassName
{
background-color: #D8D3F4;
}
</style>
border-color css
<style>
span { border-color: #D8D3F4; }
span { border-color: rgb(216,211,244); }
td.TdClassName
{
border-color: #D8D3F4;
}
.TagClassName
{
border-color: #D8D3F4;
}
</style>