Shades of Quartz #D6D7FB
Tints of Quartz #D6D7FB
RGB
CMYK
RGB Variations
Color information
#D6D7FB (or 0xD6D7FB) is known color: Quartz. HEX triplet: D6, D7 and FB. RGB value is (214,215,251). Sum of RGB (Red+Green+Blue) = 214+215+251=680 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.47% from 680); Green value is 215 (84.38% from 255 or 31.62% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6D7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D7FB is #292804. Grayscale: #DADADA. Windows color (decimal): -2697221 or 16504790. OLE color: 16504790.
HSL color Cylindrical-coordinate representation of color #D6D7FB: hue angle of 238.38º 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 #D6D7FB is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 215 | 251 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.02 |
| HSL | 238.38º | 0.82% | 0.91% | - |
| HSV(B) | 238.38º | 0.15% | 0.98% | - |
| XYZ | 69.44 | 69.86 | 101.09 | - |
| YUV | 218.81 | 146.17 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 215 | 251 | 0.15 | 0.14 | 0 | 0.02 | 238.38 | 0.82 | 0.91 |
| Hex | D6 | D7 | FB | F | E | 0 | 2 | EE | 52 | 5B |
| Octal | 326 | 327 | 373 | 17 | 16 | 0 | 2 | 356 | 122 | 133 |
| Binary | 11010110 | 11010111 | 11111011 | 1111 | 1110 | 0 | 10 | 11101110 | 1010010 | 1011011 |
Color Harmonies of #D6D7FB
Complementary color
Monochromatic Colors of #D6D7FB
Black with #D6D7FB
Text Example
Text Example
White with #D6D7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D7FB; }
p { color: rgb(214,215,251); }
H1.HeaderClassName
{
color: #D6D7FB;
}
.AnyTagClassName
{
color: #D6D7FB;
}
</style>
background-color css
<style>
a { background-color: #D6D7FB; }
a { background-color: rgb(214,215,251); }
div.DivClassName
{
background-color: #D6D7FB;
}
.BgClassName
{
background-color: #D6D7FB;
}
</style>
border-color css
<style>
span { border-color: #D6D7FB; }
span { border-color: rgb(214,215,251); }
td.TdClassName
{
border-color: #D6D7FB;
}
.TagClassName
{
border-color: #D6D7FB;
}
</style>