Shades of Quartz #D6D8F2
Tints of Quartz #D6D8F2
RGB
CMYK
RGB Variations
Color information
#D6D8F2 (or 0xD6D8F2) is known color: Quartz. HEX triplet: D6, D8 and F2. RGB value is (214,216,242). Sum of RGB (Red+Green+Blue) = 214+216+242=672 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.85% from 672); Green value is 216 (84.77% from 255 or 32.14% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 242 - color contains mainly: blue. Hex color #D6D8F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D8F2 is #29270D. Grayscale: #DADADA. Windows color (decimal): -2696974 or 15915222. OLE color: 15915222.
HSL color Cylindrical-coordinate representation of color #D6D8F2: hue angle of 235.71º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6D8F2 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 216 | 242 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.05 |
| HSL | 235.71º | 0.52% | 0.89% | - |
| HSV(B) | 235.71º | 0.12% | 0.95% | - |
| XYZ | 68.31 | 69.82 | 93.88 | - |
| YUV | 218.37 | 141.34 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 216 | 242 | 0.12 | 0.11 | 0 | 0.05 | 235.71 | 0.52 | 0.89 |
| Hex | D6 | D8 | F2 | C | B | 0 | 5 | EC | 34 | 59 |
| Octal | 326 | 330 | 362 | 14 | 13 | 0 | 5 | 354 | 64 | 131 |
| Binary | 11010110 | 11011000 | 11110010 | 1100 | 1011 | 0 | 101 | 11101100 | 110100 | 1011001 |
Color Harmonies of #D6D8F2
Complementary color
Monochromatic Colors of #D6D8F2
Black with #D6D8F2
Text Example
Text Example
White with #D6D8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D8F2; }
p { color: rgb(214,216,242); }
H1.HeaderClassName
{
color: #D6D8F2;
}
.AnyTagClassName
{
color: #D6D8F2;
}
</style>
background-color css
<style>
a { background-color: #D6D8F2; }
a { background-color: rgb(214,216,242); }
div.DivClassName
{
background-color: #D6D8F2;
}
.BgClassName
{
background-color: #D6D8F2;
}
</style>
border-color css
<style>
span { border-color: #D6D8F2; }
span { border-color: rgb(214,216,242); }
td.TdClassName
{
border-color: #D6D8F2;
}
.TagClassName
{
border-color: #D6D8F2;
}
</style>