Shades of Quartz #D9DEF6
Tints of Quartz #D9DEF6
RGB
CMYK
RGB Variations
Color information
#D9DEF6 (or 0xD9DEF6) is known color: Quartz. HEX triplet: D9, DE and F6. RGB value is (217,222,246). Sum of RGB (Red+Green+Blue) = 217+222+246=685 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.68% from 685); Green value is 222 (87.11% from 255 or 32.41% from 685); Blue value is 246 (96.48% from 255 or 35.91% from 685); Max value from RGB is 246 - color contains mainly: blue. Hex color #D9DEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DEF6 is #262109. Grayscale: #DFDFDF. Windows color (decimal): -2498826 or 16178905. OLE color: 16178905.
HSL color Cylindrical-coordinate representation of color #D9DEF6: hue angle of 229.66º 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 #D9DEF6 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 222 | 246 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.04 |
| HSL | 229.66º | 0.62% | 0.91% | - |
| HSV(B) | 229.66º | 0.12% | 0.96% | - |
| XYZ | 71.37 | 73.65 | 97.64 | - |
| YUV | 223.24 | 140.84 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 222 | 246 | 0.12 | 0.10 | 0 | 0.04 | 229.66 | 0.62 | 0.91 |
| Hex | D9 | DE | F6 | C | A | 0 | 4 | E6 | 3E | 5B |
| Octal | 331 | 336 | 366 | 14 | 12 | 0 | 4 | 346 | 76 | 133 |
| Binary | 11011001 | 11011110 | 11110110 | 1100 | 1010 | 0 | 100 | 11100110 | 111110 | 1011011 |
Color Harmonies of #D9DEF6
Complementary color
Monochromatic Colors of #D9DEF6
Black with #D9DEF6
Text Example
Text Example
White with #D9DEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DEF6; }
p { color: rgb(217,222,246); }
H1.HeaderClassName
{
color: #D9DEF6;
}
.AnyTagClassName
{
color: #D9DEF6;
}
</style>
background-color css
<style>
a { background-color: #D9DEF6; }
a { background-color: rgb(217,222,246); }
div.DivClassName
{
background-color: #D9DEF6;
}
.BgClassName
{
background-color: #D9DEF6;
}
</style>
border-color css
<style>
span { border-color: #D9DEF6; }
span { border-color: rgb(217,222,246); }
td.TdClassName
{
border-color: #D9DEF6;
}
.TagClassName
{
border-color: #D9DEF6;
}
</style>