Shades of Quartz #D0D6FA
Tints of Quartz #D0D6FA
RGB
CMYK
RGB Variations
Color information
#D0D6FA (or 0xD0D6FA) is known color: Quartz. HEX triplet: D0, D6 and FA. RGB value is (208,214,250). Sum of RGB (Red+Green+Blue) = 208+214+250=672 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.95% from 672); Green value is 214 (83.98% from 255 or 31.85% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0D6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D6FA is #2F2905. Grayscale: #D8D8D8. Windows color (decimal): -3090694 or 16438992. OLE color: 16438992.
HSL color Cylindrical-coordinate representation of color #D0D6FA: hue angle of 231.43º degrees, saturation: 0.81, 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 #D0D6FA is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 214 | 250 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.02 |
| HSL | 231.43º | 0.81% | 0.9% | - |
| HSV(B) | 231.43º | 0.17% | 0.98% | - |
| XYZ | 67.31 | 68.41 | 100.1 | - |
| YUV | 216.31 | 147.01 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 214 | 250 | 0.17 | 0.14 | 0 | 0.02 | 231.43 | 0.81 | 0.9 |
| Hex | D0 | D6 | FA | 11 | E | 0 | 2 | E7 | 51 | 5A |
| Octal | 320 | 326 | 372 | 21 | 16 | 0 | 2 | 347 | 121 | 132 |
| Binary | 11010000 | 11010110 | 11111010 | 10001 | 1110 | 0 | 10 | 11100111 | 1010001 | 1011010 |
Color Harmonies of #D0D6FA
Complementary color
Monochromatic Colors of #D0D6FA
Black with #D0D6FA
Text Example
Text Example
White with #D0D6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D6FA; }
p { color: rgb(208,214,250); }
H1.HeaderClassName
{
color: #D0D6FA;
}
.AnyTagClassName
{
color: #D0D6FA;
}
</style>
background-color css
<style>
a { background-color: #D0D6FA; }
a { background-color: rgb(208,214,250); }
div.DivClassName
{
background-color: #D0D6FA;
}
.BgClassName
{
background-color: #D0D6FA;
}
</style>
border-color css
<style>
span { border-color: #D0D6FA; }
span { border-color: rgb(208,214,250); }
td.TdClassName
{
border-color: #D0D6FA;
}
.TagClassName
{
border-color: #D0D6FA;
}
</style>