Shades of Quartz #D9CFF9
Tints of Quartz #D9CFF9
RGB
CMYK
RGB Variations
Color information
#D9CFF9 (or 0xD9CFF9) is known color: Quartz. HEX triplet: D9, CF and F9. RGB value is (217,207,249). Sum of RGB (Red+Green+Blue) = 217+207+249=673 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.24% from 673); Green value is 207 (81.25% from 255 or 30.76% from 673); Blue value is 249 (97.66% from 255 or 37.00% from 673); Max value from RGB is 249 - color contains mainly: blue. Hex color #D9CFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CFF9 is #263006. Grayscale: #D6D6D6. Windows color (decimal): -2502663 or 16371673. OLE color: 16371673.
HSL color Cylindrical-coordinate representation of color #D9CFF9: hue angle of 254.29º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9CFF9 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 207 | 249 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.02 |
| HSL | 254.29º | 0.78% | 0.89% | - |
| HSV(B) | 254.29º | 0.17% | 0.98% | - |
| XYZ | 68.03 | 66.22 | 98.82 | - |
| YUV | 214.78 | 147.31 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 249 | 0.13 | 0.17 | 0 | 0.02 | 254.29 | 0.78 | 0.89 |
| Hex | D9 | CF | F9 | D | 11 | 0 | 2 | FE | 4E | 59 |
| Octal | 331 | 317 | 371 | 15 | 21 | 0 | 2 | 376 | 116 | 131 |
| Binary | 11011001 | 11001111 | 11111001 | 1101 | 10001 | 0 | 10 | 11111110 | 1001110 | 1011001 |
Color Harmonies of #D9CFF9
Complementary color
Monochromatic Colors of #D9CFF9
Black with #D9CFF9
Text Example
Text Example
White with #D9CFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFF9; }
p { color: rgb(217,207,249); }
H1.HeaderClassName
{
color: #D9CFF9;
}
.AnyTagClassName
{
color: #D9CFF9;
}
</style>
background-color css
<style>
a { background-color: #D9CFF9; }
a { background-color: rgb(217,207,249); }
div.DivClassName
{
background-color: #D9CFF9;
}
.BgClassName
{
background-color: #D9CFF9;
}
</style>
border-color css
<style>
span { border-color: #D9CFF9; }
span { border-color: rgb(217,207,249); }
td.TdClassName
{
border-color: #D9CFF9;
}
.TagClassName
{
border-color: #D9CFF9;
}
</style>