Shades of Quartz #D6D8EF
Tints of Quartz #D6D8EF
RGB
CMYK
RGB Variations
Color information
#D6D8EF (or 0xD6D8EF) is known color: Quartz. HEX triplet: D6, D8 and EF. RGB value is (214,216,239). Sum of RGB (Red+Green+Blue) = 214+216+239=669 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.99% from 669); Green value is 216 (84.77% from 255 or 32.29% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6D8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D8EF is #292710. Grayscale: #D9D9D9. Windows color (decimal): -2696977 or 15718614. OLE color: 15718614.
HSL color Cylindrical-coordinate representation of color #D6D8EF: hue angle of 235.2º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6D8EF is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 216 | 239 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.06 |
| HSL | 235.2º | 0.44% | 0.89% | - |
| HSV(B) | 235.2º | 0.1% | 0.94% | - |
| XYZ | 67.87 | 69.64 | 91.53 | - |
| YUV | 218.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 216 | 239 | 0.10 | 0.10 | 0 | 0.06 | 235.2 | 0.44 | 0.89 |
| Hex | D6 | D8 | EF | A | A | 0 | 6 | EB | 2C | 59 |
| Octal | 326 | 330 | 357 | 12 | 12 | 0 | 6 | 353 | 54 | 131 |
| Binary | 11010110 | 11011000 | 11101111 | 1010 | 1010 | 0 | 110 | 11101011 | 101100 | 1011001 |
Color Harmonies of #D6D8EF
Complementary color
Monochromatic Colors of #D6D8EF
Black with #D6D8EF
Text Example
Text Example
White with #D6D8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D8EF; }
p { color: rgb(214,216,239); }
H1.HeaderClassName
{
color: #D6D8EF;
}
.AnyTagClassName
{
color: #D6D8EF;
}
</style>
background-color css
<style>
a { background-color: #D6D8EF; }
a { background-color: rgb(214,216,239); }
div.DivClassName
{
background-color: #D6D8EF;
}
.BgClassName
{
background-color: #D6D8EF;
}
</style>
border-color css
<style>
span { border-color: #D6D8EF; }
span { border-color: rgb(214,216,239); }
td.TdClassName
{
border-color: #D6D8EF;
}
.TagClassName
{
border-color: #D6D8EF;
}
</style>