Shades of Quartz #D6DCFA
Tints of Quartz #D6DCFA
RGB
CMYK
RGB Variations
Color information
#D6DCFA (or 0xD6DCFA) is known color: Quartz. HEX triplet: D6, DC and FA. RGB value is (214,220,250). Sum of RGB (Red+Green+Blue) = 214+220+250=684 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.29% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6DCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DCFA is #292305. Grayscale: #DDDDDD. Windows color (decimal): -2695942 or 16440534. OLE color: 16440534.
HSL color Cylindrical-coordinate representation of color #D6DCFA: hue angle of 230º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6DCFA is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 220 | 250 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.02 |
| HSL | 230º | 0.78% | 0.91% | - |
| HSV(B) | 230º | 0.14% | 0.98% | - |
| XYZ | 70.58 | 72.38 | 100.69 | - |
| YUV | 221.63 | 144.01 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 220 | 250 | 0.14 | 0.12 | 0 | 0.02 | 230 | 0.78 | 0.91 |
| Hex | D6 | DC | FA | E | C | 0 | 2 | E6 | 4E | 5B |
| Octal | 326 | 334 | 372 | 16 | 14 | 0 | 2 | 346 | 116 | 133 |
| Binary | 11010110 | 11011100 | 11111010 | 1110 | 1100 | 0 | 10 | 11100110 | 1001110 | 1011011 |
Color Harmonies of #D6DCFA
Complementary color
Monochromatic Colors of #D6DCFA
Black with #D6DCFA
Text Example
Text Example
White with #D6DCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DCFA; }
p { color: rgb(214,220,250); }
H1.HeaderClassName
{
color: #D6DCFA;
}
.AnyTagClassName
{
color: #D6DCFA;
}
</style>
background-color css
<style>
a { background-color: #D6DCFA; }
a { background-color: rgb(214,220,250); }
div.DivClassName
{
background-color: #D6DCFA;
}
.BgClassName
{
background-color: #D6DCFA;
}
</style>
border-color css
<style>
span { border-color: #D6DCFA; }
span { border-color: rgb(214,220,250); }
td.TdClassName
{
border-color: #D6DCFA;
}
.TagClassName
{
border-color: #D6DCFA;
}
</style>