Shades of Quartz #D8D7F2
Tints of Quartz #D8D7F2
RGB
CMYK
RGB Variations
Color information
#D8D7F2 (or 0xD8D7F2) is known color: Quartz. HEX triplet: D8, D7 and F2. RGB value is (216,215,242). Sum of RGB (Red+Green+Blue) = 216+215+242=673 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.10% from 673); Green value is 215 (84.38% from 255 or 31.95% from 673); Blue value is 242 (94.92% from 255 or 35.96% from 673); Max value from RGB is 242 - color contains mainly: blue. Hex color #D8D7F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D7F2 is #27280D. Grayscale: #DADADA. Windows color (decimal): -2566158 or 15914968. OLE color: 15914968.
HSL color Cylindrical-coordinate representation of color #D8D7F2: hue angle of 242.22º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8D7F2 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 215 | 242 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.05 |
| HSL | 242.22º | 0.51% | 0.9% | - |
| HSV(B) | 242.22º | 0.11% | 0.95% | - |
| XYZ | 68.65 | 69.61 | 93.82 | - |
| YUV | 218.38 | 141.33 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 215 | 242 | 0.11 | 0.11 | 0 | 0.05 | 242.22 | 0.51 | 0.9 |
| Hex | D8 | D7 | F2 | B | B | 0 | 5 | F2 | 33 | 5A |
| Octal | 330 | 327 | 362 | 13 | 13 | 0 | 5 | 362 | 63 | 132 |
| Binary | 11011000 | 11010111 | 11110010 | 1011 | 1011 | 0 | 101 | 11110010 | 110011 | 1011010 |
Color Harmonies of #D8D7F2
Complementary color
Monochromatic Colors of #D8D7F2
Black with #D8D7F2
Text Example
Text Example
White with #D8D7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D7F2; }
p { color: rgb(216,215,242); }
H1.HeaderClassName
{
color: #D8D7F2;
}
.AnyTagClassName
{
color: #D8D7F2;
}
</style>
background-color css
<style>
a { background-color: #D8D7F2; }
a { background-color: rgb(216,215,242); }
div.DivClassName
{
background-color: #D8D7F2;
}
.BgClassName
{
background-color: #D8D7F2;
}
</style>
border-color css
<style>
span { border-color: #D8D7F2; }
span { border-color: rgb(216,215,242); }
td.TdClassName
{
border-color: #D8D7F2;
}
.TagClassName
{
border-color: #D8D7F2;
}
</style>