Shades of Quartz #D6DBFA
Tints of Quartz #D6DBFA
RGB
CMYK
RGB Variations
Color information
#D6DBFA (or 0xD6DBFA) is known color: Quartz. HEX triplet: D6, DB and FA. RGB value is (214,219,250). Sum of RGB (Red+Green+Blue) = 214+219+250=683 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.33% from 683); Green value is 219 (85.94% from 255 or 32.06% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6DBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DBFA is #292405. Grayscale: #DCDCDC. Windows color (decimal): -2696198 or 16440278. OLE color: 16440278.
HSL color Cylindrical-coordinate representation of color #D6DBFA: hue angle of 231.67º 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 #D6DBFA is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 219 | 250 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.02 |
| HSL | 231.67º | 0.78% | 0.91% | - |
| HSV(B) | 231.67º | 0.14% | 0.98% | - |
| XYZ | 70.32 | 71.86 | 100.61 | - |
| YUV | 221.04 | 144.34 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 219 | 250 | 0.14 | 0.12 | 0 | 0.02 | 231.67 | 0.78 | 0.91 |
| Hex | D6 | DB | FA | E | C | 0 | 2 | E8 | 4E | 5B |
| Octal | 326 | 333 | 372 | 16 | 14 | 0 | 2 | 350 | 116 | 133 |
| Binary | 11010110 | 11011011 | 11111010 | 1110 | 1100 | 0 | 10 | 11101000 | 1001110 | 1011011 |
Color Harmonies of #D6DBFA
Complementary color
Monochromatic Colors of #D6DBFA
Black with #D6DBFA
Text Example
Text Example
White with #D6DBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DBFA; }
p { color: rgb(214,219,250); }
H1.HeaderClassName
{
color: #D6DBFA;
}
.AnyTagClassName
{
color: #D6DBFA;
}
</style>
background-color css
<style>
a { background-color: #D6DBFA; }
a { background-color: rgb(214,219,250); }
div.DivClassName
{
background-color: #D6DBFA;
}
.BgClassName
{
background-color: #D6DBFA;
}
</style>
border-color css
<style>
span { border-color: #D6DBFA; }
span { border-color: rgb(214,219,250); }
td.TdClassName
{
border-color: #D6DBFA;
}
.TagClassName
{
border-color: #D6DBFA;
}
</style>