Shades of Quartz #D8D2FB
Tints of Quartz #D8D2FB
RGB
CMYK
RGB Variations
Color information
#D8D2FB (or 0xD8D2FB) is known color: Quartz. HEX triplet: D8, D2 and FB. RGB value is (216,210,251). Sum of RGB (Red+Green+Blue) = 216+210+251=677 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.91% from 677); Green value is 210 (82.42% from 255 or 31.02% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 251 - color contains mainly: blue. Hex color #D8D2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D2FB is #272D04. Grayscale: #D8D8D8. Windows color (decimal): -2567429 or 16503512. OLE color: 16503512.
HSL color Cylindrical-coordinate representation of color #D8D2FB: hue angle of 248.78º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8D2FB is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 210 | 251 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.02 |
| HSL | 248.78º | 0.84% | 0.9% | - |
| HSV(B) | 248.78º | 0.16% | 0.98% | - |
| XYZ | 68.78 | 67.66 | 100.7 | - |
| YUV | 216.47 | 147.49 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 210 | 251 | 0.14 | 0.16 | 0 | 0.02 | 248.78 | 0.84 | 0.9 |
| Hex | D8 | D2 | FB | E | 10 | 0 | 2 | F9 | 54 | 5A |
| Octal | 330 | 322 | 373 | 16 | 20 | 0 | 2 | 371 | 124 | 132 |
| Binary | 11011000 | 11010010 | 11111011 | 1110 | 10000 | 0 | 10 | 11111001 | 1010100 | 1011010 |
Color Harmonies of #D8D2FB
Complementary color
Monochromatic Colors of #D8D2FB
Black with #D8D2FB
Text Example
Text Example
White with #D8D2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D2FB; }
p { color: rgb(216,210,251); }
H1.HeaderClassName
{
color: #D8D2FB;
}
.AnyTagClassName
{
color: #D8D2FB;
}
</style>
background-color css
<style>
a { background-color: #D8D2FB; }
a { background-color: rgb(216,210,251); }
div.DivClassName
{
background-color: #D8D2FB;
}
.BgClassName
{
background-color: #D8D2FB;
}
</style>
border-color css
<style>
span { border-color: #D8D2FB; }
span { border-color: rgb(216,210,251); }
td.TdClassName
{
border-color: #D8D2FB;
}
.TagClassName
{
border-color: #D8D2FB;
}
</style>