Shades of Quartz #D8DBF7
Tints of Quartz #D8DBF7
RGB
CMYK
RGB Variations
Color information
#D8DBF7 (or 0xD8DBF7) is known color: Quartz. HEX triplet: D8, DB and F7. RGB value is (216,219,247). Sum of RGB (Red+Green+Blue) = 216+219+247=682 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.67% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 247 (96.88% from 255 or 36.22% from 682); Max value from RGB is 247 - color contains mainly: blue. Hex color #D8DBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DBF7 is #272408. Grayscale: #DDDDDD. Windows color (decimal): -2565129 or 16243672. OLE color: 16243672.
HSL color Cylindrical-coordinate representation of color #D8DBF7: hue angle of 234.19º degrees, saturation: 0.66, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8DBF7 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 219 | 247 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.03 |
| HSL | 234.19º | 0.66% | 0.91% | - |
| HSV(B) | 234.19º | 0.13% | 0.97% | - |
| XYZ | 70.44 | 71.98 | 98.18 | - |
| YUV | 221.3 | 142.51 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 247 | 0.13 | 0.11 | 0 | 0.03 | 234.19 | 0.66 | 0.91 |
| Hex | D8 | DB | F7 | D | B | 0 | 3 | EA | 42 | 5B |
| Octal | 330 | 333 | 367 | 15 | 13 | 0 | 3 | 352 | 102 | 133 |
| Binary | 11011000 | 11011011 | 11110111 | 1101 | 1011 | 0 | 11 | 11101010 | 1000010 | 1011011 |
Color Harmonies of #D8DBF7
Complementary color
Monochromatic Colors of #D8DBF7
Black with #D8DBF7
Text Example
Text Example
White with #D8DBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DBF7; }
p { color: rgb(216,219,247); }
H1.HeaderClassName
{
color: #D8DBF7;
}
.AnyTagClassName
{
color: #D8DBF7;
}
</style>
background-color css
<style>
a { background-color: #D8DBF7; }
a { background-color: rgb(216,219,247); }
div.DivClassName
{
background-color: #D8DBF7;
}
.BgClassName
{
background-color: #D8DBF7;
}
</style>
border-color css
<style>
span { border-color: #D8DBF7; }
span { border-color: rgb(216,219,247); }
td.TdClassName
{
border-color: #D8DBF7;
}
.TagClassName
{
border-color: #D8DBF7;
}
</style>