Shades of Quartz #D8D2F1
Tints of Quartz #D8D2F1
RGB
CMYK
RGB Variations
Color information
#D8D2F1 (or 0xD8D2F1) is known color: Quartz. HEX triplet: D8, D2 and F1. RGB value is (216,210,241). Sum of RGB (Red+Green+Blue) = 216+210+241=667 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.38% from 667); Green value is 210 (82.42% from 255 or 31.48% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8D2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D2F1 is #272D0E. Grayscale: #D7D7D7. Windows color (decimal): -2567439 or 15848152. OLE color: 15848152.
HSL color Cylindrical-coordinate representation of color #D8D2F1: hue angle of 251.61º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8D2F1 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 210 | 241 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.05 |
| HSL | 251.61º | 0.53% | 0.88% | - |
| HSV(B) | 251.61º | 0.13% | 0.95% | - |
| XYZ | 67.24 | 67.04 | 92.62 | - |
| YUV | 215.33 | 142.49 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 210 | 241 | 0.10 | 0.13 | 0 | 0.05 | 251.61 | 0.53 | 0.88 |
| Hex | D8 | D2 | F1 | A | D | 0 | 5 | FC | 35 | 58 |
| Octal | 330 | 322 | 361 | 12 | 15 | 0 | 5 | 374 | 65 | 130 |
| Binary | 11011000 | 11010010 | 11110001 | 1010 | 1101 | 0 | 101 | 11111100 | 110101 | 1011000 |
Color Harmonies of #D8D2F1
Complementary color
Monochromatic Colors of #D8D2F1
Black with #D8D2F1
Text Example
Text Example
White with #D8D2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D2F1; }
p { color: rgb(216,210,241); }
H1.HeaderClassName
{
color: #D8D2F1;
}
.AnyTagClassName
{
color: #D8D2F1;
}
</style>
background-color css
<style>
a { background-color: #D8D2F1; }
a { background-color: rgb(216,210,241); }
div.DivClassName
{
background-color: #D8D2F1;
}
.BgClassName
{
background-color: #D8D2F1;
}
</style>
border-color css
<style>
span { border-color: #D8D2F1; }
span { border-color: rgb(216,210,241); }
td.TdClassName
{
border-color: #D8D2F1;
}
.TagClassName
{
border-color: #D8D2F1;
}
</style>