Shades of Quartz #D6DAFA
Tints of Quartz #D6DAFA
RGB
CMYK
RGB Variations
Color information
#D6DAFA (or 0xD6DAFA) is known color: Quartz. HEX triplet: D6, DA and FA. RGB value is (214,218,250). Sum of RGB (Red+Green+Blue) = 214+218+250=682 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.38% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6DAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DAFA is #292505. Grayscale: #DCDCDC. Windows color (decimal): -2696454 or 16440022. OLE color: 16440022.
HSL color Cylindrical-coordinate representation of color #D6DAFA: hue angle of 233.33º 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 #D6DAFA is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 218 | 250 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.02 |
| HSL | 233.33º | 0.78% | 0.91% | - |
| HSV(B) | 233.33º | 0.14% | 0.98% | - |
| XYZ | 70.06 | 71.34 | 100.52 | - |
| YUV | 220.45 | 144.67 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 218 | 250 | 0.14 | 0.13 | 0 | 0.02 | 233.33 | 0.78 | 0.91 |
| Hex | D6 | DA | FA | E | D | 0 | 2 | E9 | 4E | 5B |
| Octal | 326 | 332 | 372 | 16 | 15 | 0 | 2 | 351 | 116 | 133 |
| Binary | 11010110 | 11011010 | 11111010 | 1110 | 1101 | 0 | 10 | 11101001 | 1001110 | 1011011 |
Color Harmonies of #D6DAFA
Complementary color
Monochromatic Colors of #D6DAFA
Black with #D6DAFA
Text Example
Text Example
White with #D6DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DAFA; }
p { color: rgb(214,218,250); }
H1.HeaderClassName
{
color: #D6DAFA;
}
.AnyTagClassName
{
color: #D6DAFA;
}
</style>
background-color css
<style>
a { background-color: #D6DAFA; }
a { background-color: rgb(214,218,250); }
div.DivClassName
{
background-color: #D6DAFA;
}
.BgClassName
{
background-color: #D6DAFA;
}
</style>
border-color css
<style>
span { border-color: #D6DAFA; }
span { border-color: rgb(214,218,250); }
td.TdClassName
{
border-color: #D6DAFA;
}
.TagClassName
{
border-color: #D6DAFA;
}
</style>