Shades of Quartz #D6D8FC
Tints of Quartz #D6D8FC
RGB
CMYK
RGB Variations
Color information
#D6D8FC (or 0xD6D8FC) is known color: Quartz. HEX triplet: D6, D8 and FC. RGB value is (214,216,252). Sum of RGB (Red+Green+Blue) = 214+216+252=682 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.38% from 682); Green value is 216 (84.77% from 255 or 31.67% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6D8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D8FC is #292703. Grayscale: #DBDBDB. Windows color (decimal): -2696964 or 16570582. OLE color: 16570582.
HSL color Cylindrical-coordinate representation of color #D6D8FC: hue angle of 236.84º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6D8FC is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 216 | 252 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.01 |
| HSL | 236.84º | 0.86% | 0.91% | - |
| HSV(B) | 236.84º | 0.15% | 0.99% | - |
| XYZ | 69.86 | 70.44 | 102.01 | - |
| YUV | 219.51 | 146.34 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 216 | 252 | 0.15 | 0.14 | 0 | 0.01 | 236.84 | 0.86 | 0.91 |
| Hex | D6 | D8 | FC | F | E | 0 | 1 | ED | 56 | 5B |
| Octal | 326 | 330 | 374 | 17 | 16 | 0 | 1 | 355 | 126 | 133 |
| Binary | 11010110 | 11011000 | 11111100 | 1111 | 1110 | 0 | 1 | 11101101 | 1010110 | 1011011 |
Color Harmonies of #D6D8FC
Complementary color
Monochromatic Colors of #D6D8FC
Black with #D6D8FC
Text Example
Text Example
White with #D6D8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D8FC; }
p { color: rgb(214,216,252); }
H1.HeaderClassName
{
color: #D6D8FC;
}
.AnyTagClassName
{
color: #D6D8FC;
}
</style>
background-color css
<style>
a { background-color: #D6D8FC; }
a { background-color: rgb(214,216,252); }
div.DivClassName
{
background-color: #D6D8FC;
}
.BgClassName
{
background-color: #D6D8FC;
}
</style>
border-color css
<style>
span { border-color: #D6D8FC; }
span { border-color: rgb(214,216,252); }
td.TdClassName
{
border-color: #D6D8FC;
}
.TagClassName
{
border-color: #D6D8FC;
}
</style>