Shades of Quartz #D8D9F6
Tints of Quartz #D8D9F6
RGB
CMYK
RGB Variations
Color information
#D8D9F6 (or 0xD8D9F6) is known color: Quartz. HEX triplet: D8, D9 and F6. RGB value is (216,217,246). Sum of RGB (Red+Green+Blue) = 216+217+246=679 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.81% from 679); Green value is 217 (85.16% from 255 or 31.96% from 679); Blue value is 246 (96.48% from 255 or 36.23% from 679); Max value from RGB is 246 - color contains mainly: blue. Hex color #D8D9F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D9F6 is #272609. Grayscale: #DBDBDB. Windows color (decimal): -2565642 or 16177624. OLE color: 16177624.
HSL color Cylindrical-coordinate representation of color #D8D9F6: hue angle of 238º 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 #D8D9F6 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 217 | 246 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.04 |
| HSL | 238º | 0.63% | 0.91% | - |
| HSV(B) | 238º | 0.12% | 0.96% | - |
| XYZ | 69.77 | 70.88 | 97.19 | - |
| YUV | 220.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 217 | 246 | 0.12 | 0.12 | 0 | 0.04 | 238 | 0.63 | 0.91 |
| Hex | D8 | D9 | F6 | C | C | 0 | 4 | EE | 3E | 5B |
| Octal | 330 | 331 | 366 | 14 | 14 | 0 | 4 | 356 | 76 | 133 |
| Binary | 11011000 | 11011001 | 11110110 | 1100 | 1100 | 0 | 100 | 11101110 | 111110 | 1011011 |
Color Harmonies of #D8D9F6
Complementary color
Monochromatic Colors of #D8D9F6
Black with #D8D9F6
Text Example
Text Example
White with #D8D9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D9F6; }
p { color: rgb(216,217,246); }
H1.HeaderClassName
{
color: #D8D9F6;
}
.AnyTagClassName
{
color: #D8D9F6;
}
</style>
background-color css
<style>
a { background-color: #D8D9F6; }
a { background-color: rgb(216,217,246); }
div.DivClassName
{
background-color: #D8D9F6;
}
.BgClassName
{
background-color: #D8D9F6;
}
</style>
border-color css
<style>
span { border-color: #D8D9F6; }
span { border-color: rgb(216,217,246); }
td.TdClassName
{
border-color: #D8D9F6;
}
.TagClassName
{
border-color: #D8D9F6;
}
</style>