Shades of Quartz #D0D5F6
Tints of Quartz #D0D5F6
RGB
CMYK
RGB Variations
Color information
#D0D5F6 (or 0xD0D5F6) is known color: Quartz. HEX triplet: D0, D5 and F6. RGB value is (208,213,246). Sum of RGB (Red+Green+Blue) = 208+213+246=667 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.18% from 667); Green value is 213 (83.59% from 255 or 31.93% from 667); Blue value is 246 (96.48% from 255 or 36.88% from 667); Max value from RGB is 246 - color contains mainly: blue. Hex color #D0D5F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D5F6 is #2F2A09. Grayscale: #D7D7D7. Windows color (decimal): -3090954 or 16176592. OLE color: 16176592.
HSL color Cylindrical-coordinate representation of color #D0D5F6: hue angle of 232.11º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0D5F6 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 213 | 246 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.04 |
| HSL | 232.11º | 0.68% | 0.89% | - |
| HSV(B) | 232.11º | 0.15% | 0.96% | - |
| XYZ | 66.44 | 67.65 | 96.75 | - |
| YUV | 215.27 | 145.34 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 213 | 246 | 0.15 | 0.13 | 0 | 0.04 | 232.11 | 0.68 | 0.89 |
| Hex | D0 | D5 | F6 | F | D | 0 | 4 | E8 | 44 | 59 |
| Octal | 320 | 325 | 366 | 17 | 15 | 0 | 4 | 350 | 104 | 131 |
| Binary | 11010000 | 11010101 | 11110110 | 1111 | 1101 | 0 | 100 | 11101000 | 1000100 | 1011001 |
Color Harmonies of #D0D5F6
Complementary color
Monochromatic Colors of #D0D5F6
Black with #D0D5F6
Text Example
Text Example
White with #D0D5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D5F6; }
p { color: rgb(208,213,246); }
H1.HeaderClassName
{
color: #D0D5F6;
}
.AnyTagClassName
{
color: #D0D5F6;
}
</style>
background-color css
<style>
a { background-color: #D0D5F6; }
a { background-color: rgb(208,213,246); }
div.DivClassName
{
background-color: #D0D5F6;
}
.BgClassName
{
background-color: #D0D5F6;
}
</style>
border-color css
<style>
span { border-color: #D0D5F6; }
span { border-color: rgb(208,213,246); }
td.TdClassName
{
border-color: #D0D5F6;
}
.TagClassName
{
border-color: #D0D5F6;
}
</style>