Shades of Quartz #D8D7FC
Tints of Quartz #D8D7FC
RGB
CMYK
RGB Variations
Color information
#D8D7FC (or 0xD8D7FC) is known color: Quartz. HEX triplet: D8, D7 and FC. RGB value is (216,215,252). Sum of RGB (Red+Green+Blue) = 216+215+252=683 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.63% from 683); Green value is 215 (84.38% from 255 or 31.48% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #D8D7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D7FC is #272803. Grayscale: #DBDBDB. Windows color (decimal): -2566148 or 16570328. OLE color: 16570328.
HSL color Cylindrical-coordinate representation of color #D8D7FC: hue angle of 241.62º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8D7FC is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 215 | 252 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.01 |
| HSL | 241.62º | 0.86% | 0.92% | - |
| HSV(B) | 241.62º | 0.15% | 0.99% | - |
| XYZ | 70.19 | 70.23 | 101.95 | - |
| YUV | 219.52 | 146.33 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 215 | 252 | 0.14 | 0.15 | 0 | 0.01 | 241.62 | 0.86 | 0.92 |
| Hex | D8 | D7 | FC | E | F | 0 | 1 | F2 | 56 | 5C |
| Octal | 330 | 327 | 374 | 16 | 17 | 0 | 1 | 362 | 126 | 134 |
| Binary | 11011000 | 11010111 | 11111100 | 1110 | 1111 | 0 | 1 | 11110010 | 1010110 | 1011100 |
Color Harmonies of #D8D7FC
Complementary color
Monochromatic Colors of #D8D7FC
Black with #D8D7FC
Text Example
Text Example
White with #D8D7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D7FC; }
p { color: rgb(216,215,252); }
H1.HeaderClassName
{
color: #D8D7FC;
}
.AnyTagClassName
{
color: #D8D7FC;
}
</style>
background-color css
<style>
a { background-color: #D8D7FC; }
a { background-color: rgb(216,215,252); }
div.DivClassName
{
background-color: #D8D7FC;
}
.BgClassName
{
background-color: #D8D7FC;
}
</style>
border-color css
<style>
span { border-color: #D8D7FC; }
span { border-color: rgb(216,215,252); }
td.TdClassName
{
border-color: #D8D7FC;
}
.TagClassName
{
border-color: #D8D7FC;
}
</style>