Shades of Quartz #D6D1FB
Tints of Quartz #D6D1FB
RGB
CMYK
RGB Variations
Color information
#D6D1FB (or 0xD6D1FB) is known color: Quartz. HEX triplet: D6, D1 and FB. RGB value is (214,209,251). Sum of RGB (Red+Green+Blue) = 214+209+251=674 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.75% from 674); Green value is 209 (82.03% from 255 or 31.01% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6D1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D1FB is #292E04. Grayscale: #D7D7D7. Windows color (decimal): -2698757 or 16503254. OLE color: 16503254.
HSL color Cylindrical-coordinate representation of color #D6D1FB: hue angle of 247.14º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6D1FB is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 209 | 251 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.02 |
| HSL | 247.14º | 0.84% | 0.9% | - |
| HSV(B) | 247.14º | 0.17% | 0.98% | - |
| XYZ | 67.94 | 66.86 | 100.59 | - |
| YUV | 215.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 209 | 251 | 0.15 | 0.17 | 0 | 0.02 | 247.14 | 0.84 | 0.9 |
| Hex | D6 | D1 | FB | F | 11 | 0 | 2 | F7 | 54 | 5A |
| Octal | 326 | 321 | 373 | 17 | 21 | 0 | 2 | 367 | 124 | 132 |
| Binary | 11010110 | 11010001 | 11111011 | 1111 | 10001 | 0 | 10 | 11110111 | 1010100 | 1011010 |
Color Harmonies of #D6D1FB
Complementary color
Monochromatic Colors of #D6D1FB
Black with #D6D1FB
Text Example
Text Example
White with #D6D1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D1FB; }
p { color: rgb(214,209,251); }
H1.HeaderClassName
{
color: #D6D1FB;
}
.AnyTagClassName
{
color: #D6D1FB;
}
</style>
background-color css
<style>
a { background-color: #D6D1FB; }
a { background-color: rgb(214,209,251); }
div.DivClassName
{
background-color: #D6D1FB;
}
.BgClassName
{
background-color: #D6D1FB;
}
</style>
border-color css
<style>
span { border-color: #D6D1FB; }
span { border-color: rgb(214,209,251); }
td.TdClassName
{
border-color: #D6D1FB;
}
.TagClassName
{
border-color: #D6D1FB;
}
</style>