Shades of Quartz #D9D9F6
Tints of Quartz #D9D9F6
RGB
CMYK
RGB Variations
Color information
#D9D9F6 (or 0xD9D9F6) is known color: Quartz. HEX triplet: D9, D9 and F6. RGB value is (217,217,246). Sum of RGB (Red+Green+Blue) = 217+217+246=680 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.91% from 680); Green value is 217 (85.16% from 255 or 31.91% from 680); Blue value is 246 (96.48% from 255 or 36.18% from 680); Max value from RGB is 246 - color contains mainly: blue. Hex color #D9D9F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D9F6 is #262609. Grayscale: #DCDCDC. Windows color (decimal): -2500106 or 16177625. OLE color: 16177625.
HSL color Cylindrical-coordinate representation of color #D9D9F6: hue angle of 240º 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 #D9D9F6 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 217 | 217 | 246 | - |
CMYK | 0.12 | 0.12 | 0 | 0.04 |
HSL | 240º | 0.62% | 0.91% | - |
HSV(B) | 240º | 0.12% | 0.96% | - |
XYZ | 70.06 | 71.03 | 97.21 | - |
YUV | 220.31 | 142.5 | 125.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 217 | 246 | 0.12 | 0.12 | 0 | 0.04 | 240 | 0.62 | 0.91 |
Hex | D9 | D9 | F6 | C | C | 0 | 4 | F0 | 3E | 5B |
Octal | 331 | 331 | 366 | 14 | 14 | 0 | 4 | 360 | 76 | 133 |
Binary | 11011001 | 11011001 | 11110110 | 1100 | 1100 | 0 | 100 | 11110000 | 111110 | 1011011 |
Color Harmonies of #D9D9F6
Complementary color
Monochromatic Colors of #D9D9F6
Black with #D9D9F6
Text Example
Text Example
White with #D9D9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D9F6; }
p { color: rgb(217,217,246); }
H1.HeaderClassName
{
color: #D9D9F6;
}
.AnyTagClassName
{
color: #D9D9F6;
}
</style>
background-color css
<style>
a { background-color: #D9D9F6; }
a { background-color: rgb(217,217,246); }
div.DivClassName
{
background-color: #D9D9F6;
}
.BgClassName
{
background-color: #D9D9F6;
}
</style>
border-color css
<style>
span { border-color: #D9D9F6; }
span { border-color: rgb(217,217,246); }
td.TdClassName
{
border-color: #D9D9F6;
}
.TagClassName
{
border-color: #D9D9F6;
}
</style>