Shades of Quartz #D8DBF0
Tints of Quartz #D8DBF0
RGB
CMYK
RGB Variations
Color information
#D8DBF0 (or 0xD8DBF0) is known color: Quartz. HEX triplet: D8, DB and F0. RGB value is (216,219,240). Sum of RGB (Red+Green+Blue) = 216+219+240=675 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 240 (94.14% from 255 or 35.56% from 675); Max value from RGB is 240 - color contains mainly: blue. Hex color #D8DBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DBF0 is #27240F. Grayscale: #DCDCDC. Windows color (decimal): -2565136 or 15784920. OLE color: 15784920.
HSL color Cylindrical-coordinate representation of color #D8DBF0: hue angle of 232.5º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8DBF0 is Cyan = 0.1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 219 | 240 | - |
| CMYK | 0.1 | 0.09 | 0 | 0.06 |
| HSL | 232.5º | 0.44% | 0.89% | - |
| HSV(B) | 232.5º | 0.1% | 0.94% | - |
| XYZ | 69.38 | 71.55 | 92.59 | - |
| YUV | 220.5 | 139.01 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 240 | 0.1 | 0.09 | 0 | 0.06 | 232.5 | 0.44 | 0.89 |
| Hex | D8 | DB | F0 | A | 9 | 0 | 6 | E8 | 2C | 59 |
| Octal | 330 | 333 | 360 | 12 | 11 | 0 | 6 | 350 | 54 | 131 |
| Binary | 11011000 | 11011011 | 11110000 | 1010 | 1001 | 0 | 110 | 11101000 | 101100 | 1011001 |
Color Harmonies of #D8DBF0
Complementary color
Monochromatic Colors of #D8DBF0
Black with #D8DBF0
Text Example
Text Example
White with #D8DBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DBF0; }
p { color: rgb(216,219,240); }
H1.HeaderClassName
{
color: #D8DBF0;
}
.AnyTagClassName
{
color: #D8DBF0;
}
</style>
background-color css
<style>
a { background-color: #D8DBF0; }
a { background-color: rgb(216,219,240); }
div.DivClassName
{
background-color: #D8DBF0;
}
.BgClassName
{
background-color: #D8DBF0;
}
</style>
border-color css
<style>
span { border-color: #D8DBF0; }
span { border-color: rgb(216,219,240); }
td.TdClassName
{
border-color: #D8DBF0;
}
.TagClassName
{
border-color: #D8DBF0;
}
</style>