Shades of Quartz #D8D3F1
Tints of Quartz #D8D3F1
RGB
CMYK
RGB Variations
Color information
#D8D3F1 (or 0xD8D3F1) is known color: Quartz. HEX triplet: D8, D3 and F1. RGB value is (216,211,241). Sum of RGB (Red+Green+Blue) = 216+211+241=668 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.34% from 668); Green value is 211 (82.81% from 255 or 31.59% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8D3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D3F1 is #272C0E. Grayscale: #D7D7D7. Windows color (decimal): -2567183 or 15848408. OLE color: 15848408.
HSL color Cylindrical-coordinate representation of color #D8D3F1: hue angle of 250º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8D3F1 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 211 | 241 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.05 |
| HSL | 250º | 0.52% | 0.89% | - |
| HSV(B) | 250º | 0.12% | 0.95% | - |
| XYZ | 67.49 | 67.54 | 92.7 | - |
| YUV | 215.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 211 | 241 | 0.10 | 0.12 | 0 | 0.05 | 250 | 0.52 | 0.89 |
| Hex | D8 | D3 | F1 | A | C | 0 | 5 | FA | 34 | 59 |
| Octal | 330 | 323 | 361 | 12 | 14 | 0 | 5 | 372 | 64 | 131 |
| Binary | 11011000 | 11010011 | 11110001 | 1010 | 1100 | 0 | 101 | 11111010 | 110100 | 1011001 |
Color Harmonies of #D8D3F1
Complementary color
Monochromatic Colors of #D8D3F1
Black with #D8D3F1
Text Example
Text Example
White with #D8D3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D3F1; }
p { color: rgb(216,211,241); }
H1.HeaderClassName
{
color: #D8D3F1;
}
.AnyTagClassName
{
color: #D8D3F1;
}
</style>
background-color css
<style>
a { background-color: #D8D3F1; }
a { background-color: rgb(216,211,241); }
div.DivClassName
{
background-color: #D8D3F1;
}
.BgClassName
{
background-color: #D8D3F1;
}
</style>
border-color css
<style>
span { border-color: #D8D3F1; }
span { border-color: rgb(216,211,241); }
td.TdClassName
{
border-color: #D8D3F1;
}
.TagClassName
{
border-color: #D8D3F1;
}
</style>