Shades of Quartz #D6D8FB
Tints of Quartz #D6D8FB
RGB
CMYK
RGB Variations
Color information
#D6D8FB (or 0xD6D8FB) is known color: Quartz. HEX triplet: D6, D8 and FB. RGB value is (214,216,251). Sum of RGB (Red+Green+Blue) = 214+216+251=681 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.42% from 681); Green value is 216 (84.77% from 255 or 31.72% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6D8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D8FB is #292704. Grayscale: #DBDBDB. Windows color (decimal): -2696965 or 16505046. OLE color: 16505046.
HSL color Cylindrical-coordinate representation of color #D6D8FB: hue angle of 236.76º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6D8FB is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 216 | 251 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.02 |
| HSL | 236.76º | 0.82% | 0.91% | - |
| HSV(B) | 236.76º | 0.15% | 0.98% | - |
| XYZ | 69.7 | 70.37 | 101.18 | - |
| YUV | 219.39 | 145.84 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 216 | 251 | 0.15 | 0.14 | 0 | 0.02 | 236.76 | 0.82 | 0.91 |
| Hex | D6 | D8 | FB | F | E | 0 | 2 | ED | 52 | 5B |
| Octal | 326 | 330 | 373 | 17 | 16 | 0 | 2 | 355 | 122 | 133 |
| Binary | 11010110 | 11011000 | 11111011 | 1111 | 1110 | 0 | 10 | 11101101 | 1010010 | 1011011 |
Color Harmonies of #D6D8FB
Complementary color
Monochromatic Colors of #D6D8FB
Black with #D6D8FB
Text Example
Text Example
White with #D6D8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D8FB; }
p { color: rgb(214,216,251); }
H1.HeaderClassName
{
color: #D6D8FB;
}
.AnyTagClassName
{
color: #D6D8FB;
}
</style>
background-color css
<style>
a { background-color: #D6D8FB; }
a { background-color: rgb(214,216,251); }
div.DivClassName
{
background-color: #D6D8FB;
}
.BgClassName
{
background-color: #D6D8FB;
}
</style>
border-color css
<style>
span { border-color: #D6D8FB; }
span { border-color: rgb(214,216,251); }
td.TdClassName
{
border-color: #D6D8FB;
}
.TagClassName
{
border-color: #D6D8FB;
}
</style>