Shades of Quartz #D9D9EE
Tints of Quartz #D9D9EE
RGB
CMYK
RGB Variations
Color information
#D9D9EE (or 0xD9D9EE) is known color: Quartz. HEX triplet: D9, D9 and EE. RGB value is (217,217,238). Sum of RGB (Red+Green+Blue) = 217+217+238=672 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.29% from 672); Green value is 217 (85.16% from 255 or 32.29% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9D9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D9EE is #262611. Grayscale: #DBDBDB. Windows color (decimal): -2500114 or 15653337. OLE color: 15653337.
HSL color Cylindrical-coordinate representation of color #D9D9EE: hue angle of 240º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9D9EE is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 217 | 238 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.07 |
| HSL | 240º | 0.38% | 0.89% | - |
| HSV(B) | 240º | 0.09% | 0.93% | - |
| XYZ | 68.86 | 70.55 | 90.88 | - |
| YUV | 219.39 | 138.5 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 217 | 238 | 0.09 | 0.09 | 0 | 0.07 | 240 | 0.38 | 0.89 |
| Hex | D9 | D9 | EE | 9 | 9 | 0 | 7 | F0 | 26 | 59 |
| Octal | 331 | 331 | 356 | 11 | 11 | 0 | 7 | 360 | 46 | 131 |
| Binary | 11011001 | 11011001 | 11101110 | 1001 | 1001 | 0 | 111 | 11110000 | 100110 | 1011001 |
Color Harmonies of #D9D9EE
Complementary color
Monochromatic Colors of #D9D9EE
Black with #D9D9EE
Text Example
Text Example
White with #D9D9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D9EE; }
p { color: rgb(217,217,238); }
H1.HeaderClassName
{
color: #D9D9EE;
}
.AnyTagClassName
{
color: #D9D9EE;
}
</style>
background-color css
<style>
a { background-color: #D9D9EE; }
a { background-color: rgb(217,217,238); }
div.DivClassName
{
background-color: #D9D9EE;
}
.BgClassName
{
background-color: #D9D9EE;
}
</style>
border-color css
<style>
span { border-color: #D9D9EE; }
span { border-color: rgb(217,217,238); }
td.TdClassName
{
border-color: #D9D9EE;
}
.TagClassName
{
border-color: #D9D9EE;
}
</style>