Shades of Quartz #D9DDF6
Tints of Quartz #D9DDF6
RGB
CMYK
RGB Variations
Color information
#D9DDF6 (or 0xD9DDF6) is known color: Quartz. HEX triplet: D9, DD and F6. RGB value is (217,221,246). Sum of RGB (Red+Green+Blue) = 217+221+246=684 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.73% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 246 (96.48% from 255 or 35.96% from 684); Max value from RGB is 246 - color contains mainly: blue. Hex color #D9DDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DDF6 is #262209. Grayscale: #DEDEDE. Windows color (decimal): -2499082 or 16178649. OLE color: 16178649.
HSL color Cylindrical-coordinate representation of color #D9DDF6: hue angle of 231.72º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9DDF6 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 221 | 246 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.04 |
| HSL | 231.72º | 0.62% | 0.91% | - |
| HSV(B) | 231.72º | 0.12% | 0.96% | - |
| XYZ | 71.11 | 73.12 | 97.55 | - |
| YUV | 222.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 221 | 246 | 0.12 | 0.10 | 0 | 0.04 | 231.72 | 0.62 | 0.91 |
| Hex | D9 | DD | F6 | C | A | 0 | 4 | E8 | 3E | 5B |
| Octal | 331 | 335 | 366 | 14 | 12 | 0 | 4 | 350 | 76 | 133 |
| Binary | 11011001 | 11011101 | 11110110 | 1100 | 1010 | 0 | 100 | 11101000 | 111110 | 1011011 |
Color Harmonies of #D9DDF6
Complementary color
Monochromatic Colors of #D9DDF6
Black with #D9DDF6
Text Example
Text Example
White with #D9DDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DDF6; }
p { color: rgb(217,221,246); }
H1.HeaderClassName
{
color: #D9DDF6;
}
.AnyTagClassName
{
color: #D9DDF6;
}
</style>
background-color css
<style>
a { background-color: #D9DDF6; }
a { background-color: rgb(217,221,246); }
div.DivClassName
{
background-color: #D9DDF6;
}
.BgClassName
{
background-color: #D9DDF6;
}
</style>
border-color css
<style>
span { border-color: #D9DDF6; }
span { border-color: rgb(217,221,246); }
td.TdClassName
{
border-color: #D9DDF6;
}
.TagClassName
{
border-color: #D9DDF6;
}
</style>