Shades of Quartz #D9D9EF
Tints of Quartz #D9D9EF
RGB
CMYK
RGB Variations
Color information
#D9D9EF (or 0xD9D9EF) is known color: Quartz. HEX triplet: D9, D9 and EF. RGB value is (217,217,239). Sum of RGB (Red+Green+Blue) = 217+217+239=673 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.24% from 673); Green value is 217 (85.16% from 255 or 32.24% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9D9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D9EF is #262610. Grayscale: #DBDBDB. Windows color (decimal): -2500113 or 15718873. OLE color: 15718873.
HSL color Cylindrical-coordinate representation of color #D9D9EF: hue angle of 240º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9D9EF is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 217 | 217 | 239 | - |
CMYK | 0.09 | 0.09 | 0 | 0.06 |
HSL | 240º | 0.41% | 0.89% | - |
HSV(B) | 240º | 0.09% | 0.94% | - |
XYZ | 69.01 | 70.61 | 91.65 | - |
YUV | 219.51 | 139 | 126.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 217 | 239 | 0.09 | 0.09 | 0 | 0.06 | 240 | 0.41 | 0.89 |
Hex | D9 | D9 | EF | 9 | 9 | 0 | 6 | F0 | 29 | 59 |
Octal | 331 | 331 | 357 | 11 | 11 | 0 | 6 | 360 | 51 | 131 |
Binary | 11011001 | 11011001 | 11101111 | 1001 | 1001 | 0 | 110 | 11110000 | 101001 | 1011001 |
Color Harmonies of #D9D9EF
Complementary color
Monochromatic Colors of #D9D9EF
Black with #D9D9EF
Text Example
Text Example
White with #D9D9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D9EF; }
p { color: rgb(217,217,239); }
H1.HeaderClassName
{
color: #D9D9EF;
}
.AnyTagClassName
{
color: #D9D9EF;
}
</style>
background-color css
<style>
a { background-color: #D9D9EF; }
a { background-color: rgb(217,217,239); }
div.DivClassName
{
background-color: #D9D9EF;
}
.BgClassName
{
background-color: #D9D9EF;
}
</style>
border-color css
<style>
span { border-color: #D9D9EF; }
span { border-color: rgb(217,217,239); }
td.TdClassName
{
border-color: #D9D9EF;
}
.TagClassName
{
border-color: #D9D9EF;
}
</style>