Shades of Quartz #D9DDF8
Tints of Quartz #D9DDF8
RGB
CMYK
RGB Variations
Color information
#D9DDF8 (or 0xD9DDF8) is known color: Quartz. HEX triplet: D9, DD and F8. RGB value is (217,221,248). Sum of RGB (Red+Green+Blue) = 217+221+248=686 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.63% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 248 (97.27% from 255 or 36.15% from 686); Max value from RGB is 248 - color contains mainly: blue. Hex color #D9DDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DDF8 is #262207. Grayscale: #DEDEDE. Windows color (decimal): -2499080 or 16309721. OLE color: 16309721.
HSL color Cylindrical-coordinate representation of color #D9DDF8: hue angle of 232.26º degrees, saturation: 0.69, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9DDF8 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 221 | 248 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.03 |
| HSL | 232.26º | 0.69% | 0.91% | - |
| HSV(B) | 232.26º | 0.13% | 0.97% | - |
| XYZ | 71.41 | 73.24 | 99.18 | - |
| YUV | 222.88 | 142.17 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 221 | 248 | 0.12 | 0.11 | 0 | 0.03 | 232.26 | 0.69 | 0.91 |
| Hex | D9 | DD | F8 | C | B | 0 | 3 | E8 | 45 | 5B |
| Octal | 331 | 335 | 370 | 14 | 13 | 0 | 3 | 350 | 105 | 133 |
| Binary | 11011001 | 11011101 | 11111000 | 1100 | 1011 | 0 | 11 | 11101000 | 1000101 | 1011011 |
Color Harmonies of #D9DDF8
Complementary color
Monochromatic Colors of #D9DDF8
Black with #D9DDF8
Text Example
Text Example
White with #D9DDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DDF8; }
p { color: rgb(217,221,248); }
H1.HeaderClassName
{
color: #D9DDF8;
}
.AnyTagClassName
{
color: #D9DDF8;
}
</style>
background-color css
<style>
a { background-color: #D9DDF8; }
a { background-color: rgb(217,221,248); }
div.DivClassName
{
background-color: #D9DDF8;
}
.BgClassName
{
background-color: #D9DDF8;
}
</style>
border-color css
<style>
span { border-color: #D9DDF8; }
span { border-color: rgb(217,221,248); }
td.TdClassName
{
border-color: #D9DDF8;
}
.TagClassName
{
border-color: #D9DDF8;
}
</style>