Shades of Quartz #D8D9F4
Tints of Quartz #D8D9F4
RGB
CMYK
RGB Variations
Color information
#D8D9F4 (or 0xD8D9F4) is known color: Quartz. HEX triplet: D8, D9 and F4. RGB value is (216,217,244). Sum of RGB (Red+Green+Blue) = 216+217+244=677 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.91% from 677); Green value is 217 (85.16% from 255 or 32.05% from 677); Blue value is 244 (95.70% from 255 or 36.04% from 677); Max value from RGB is 244 - color contains mainly: blue. Hex color #D8D9F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D9F4 is #27260B. Grayscale: #DBDBDB. Windows color (decimal): -2565644 or 16046552. OLE color: 16046552.
HSL color Cylindrical-coordinate representation of color #D8D9F4: hue angle of 237.86º degrees, saturation: 0.56, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8D9F4 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 217 | 244 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.04 |
| HSL | 237.86º | 0.56% | 0.9% | - |
| HSV(B) | 237.86º | 0.11% | 0.96% | - |
| XYZ | 69.46 | 70.76 | 95.58 | - |
| YUV | 219.78 | 141.67 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 217 | 244 | 0.11 | 0.11 | 0 | 0.04 | 237.86 | 0.56 | 0.9 |
| Hex | D8 | D9 | F4 | B | B | 0 | 4 | EE | 38 | 5A |
| Octal | 330 | 331 | 364 | 13 | 13 | 0 | 4 | 356 | 70 | 132 |
| Binary | 11011000 | 11011001 | 11110100 | 1011 | 1011 | 0 | 100 | 11101110 | 111000 | 1011010 |
Color Harmonies of #D8D9F4
Complementary color
Monochromatic Colors of #D8D9F4
Black with #D8D9F4
Text Example
Text Example
White with #D8D9F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D9F4; }
p { color: rgb(216,217,244); }
H1.HeaderClassName
{
color: #D8D9F4;
}
.AnyTagClassName
{
color: #D8D9F4;
}
</style>
background-color css
<style>
a { background-color: #D8D9F4; }
a { background-color: rgb(216,217,244); }
div.DivClassName
{
background-color: #D8D9F4;
}
.BgClassName
{
background-color: #D8D9F4;
}
</style>
border-color css
<style>
span { border-color: #D8D9F4; }
span { border-color: rgb(216,217,244); }
td.TdClassName
{
border-color: #D8D9F4;
}
.TagClassName
{
border-color: #D8D9F4;
}
</style>