Shades of Quartz #D6D6F1
Tints of Quartz #D6D6F1
RGB
CMYK
RGB Variations
Color information
#D6D6F1 (or 0xD6D6F1) is known color: Quartz. HEX triplet: D6, D6 and F1. RGB value is (214,214,241). Sum of RGB (Red+Green+Blue) = 214+214+241=669 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.99% from 669); Green value is 214 (83.98% from 255 or 31.99% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 241 - color contains mainly: blue. Hex color #D6D6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D6F1 is #29290E. Grayscale: #D8D8D8. Windows color (decimal): -2697487 or 15849174. OLE color: 15849174.
HSL color Cylindrical-coordinate representation of color #D6D6F1: hue angle of 240º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6D6F1 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 214 | 241 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.05 |
| HSL | 240º | 0.49% | 0.89% | - |
| HSV(B) | 240º | 0.11% | 0.95% | - |
| XYZ | 67.66 | 68.74 | 92.92 | - |
| YUV | 217.08 | 141.5 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 214 | 241 | 0.11 | 0.11 | 0 | 0.05 | 240 | 0.49 | 0.89 |
| Hex | D6 | D6 | F1 | B | B | 0 | 5 | F0 | 31 | 59 |
| Octal | 326 | 326 | 361 | 13 | 13 | 0 | 5 | 360 | 61 | 131 |
| Binary | 11010110 | 11010110 | 11110001 | 1011 | 1011 | 0 | 101 | 11110000 | 110001 | 1011001 |
Color Harmonies of #D6D6F1
Complementary color
Monochromatic Colors of #D6D6F1
Black with #D6D6F1
Text Example
Text Example
White with #D6D6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D6F1; }
p { color: rgb(214,214,241); }
H1.HeaderClassName
{
color: #D6D6F1;
}
.AnyTagClassName
{
color: #D6D6F1;
}
</style>
background-color css
<style>
a { background-color: #D6D6F1; }
a { background-color: rgb(214,214,241); }
div.DivClassName
{
background-color: #D6D6F1;
}
.BgClassName
{
background-color: #D6D6F1;
}
</style>
border-color css
<style>
span { border-color: #D6D6F1; }
span { border-color: rgb(214,214,241); }
td.TdClassName
{
border-color: #D6D6F1;
}
.TagClassName
{
border-color: #D6D6F1;
}
</style>