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