Shades of Quartz #D9DBF0
Tints of Quartz #D9DBF0
RGB
CMYK
RGB Variations
Color information
#D9DBF0 (or 0xD9DBF0) is known color: Quartz. HEX triplet: D9, DB and F0. RGB value is (217,219,240). Sum of RGB (Red+Green+Blue) = 217+219+240=676 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.10% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 240 (94.14% from 255 or 35.50% from 676); Max value from RGB is 240 - color contains mainly: blue. Hex color #D9DBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DBF0 is #26240F. Grayscale: #DCDCDC. Windows color (decimal): -2499600 or 15784921. OLE color: 15784921.
HSL color Cylindrical-coordinate representation of color #D9DBF0: hue angle of 234.78º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9DBF0 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 219 | 240 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.06 |
| HSL | 234.78º | 0.43% | 0.9% | - |
| HSV(B) | 234.78º | 0.1% | 0.94% | - |
| XYZ | 69.67 | 71.71 | 92.61 | - |
| YUV | 220.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 219 | 240 | 0.10 | 0.09 | 0 | 0.06 | 234.78 | 0.43 | 0.9 |
| Hex | D9 | DB | F0 | A | 9 | 0 | 6 | EB | 2B | 5A |
| Octal | 331 | 333 | 360 | 12 | 11 | 0 | 6 | 353 | 53 | 132 |
| Binary | 11011001 | 11011011 | 11110000 | 1010 | 1001 | 0 | 110 | 11101011 | 101011 | 1011010 |
Color Harmonies of #D9DBF0
Complementary color
Monochromatic Colors of #D9DBF0
Black with #D9DBF0
Text Example
Text Example
White with #D9DBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DBF0; }
p { color: rgb(217,219,240); }
H1.HeaderClassName
{
color: #D9DBF0;
}
.AnyTagClassName
{
color: #D9DBF0;
}
</style>
background-color css
<style>
a { background-color: #D9DBF0; }
a { background-color: rgb(217,219,240); }
div.DivClassName
{
background-color: #D9DBF0;
}
.BgClassName
{
background-color: #D9DBF0;
}
</style>
border-color css
<style>
span { border-color: #D9DBF0; }
span { border-color: rgb(217,219,240); }
td.TdClassName
{
border-color: #D9DBF0;
}
.TagClassName
{
border-color: #D9DBF0;
}
</style>