Shades of Quartz #D9CFF8
Tints of Quartz #D9CFF8
RGB
CMYK
RGB Variations
Color information
#D9CFF8 (or 0xD9CFF8) is known color: Quartz. HEX triplet: D9, CF and F8. RGB value is (217,207,248). Sum of RGB (Red+Green+Blue) = 217+207+248=672 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.29% from 672); Green value is 207 (81.25% from 255 or 30.80% from 672); Blue value is 248 (97.27% from 255 or 36.90% from 672); Max value from RGB is 248 - color contains mainly: blue. Hex color #D9CFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CFF8 is #263007. Grayscale: #D6D6D6. Windows color (decimal): -2502664 or 16306137. OLE color: 16306137.
HSL color Cylindrical-coordinate representation of color #D9CFF8: hue angle of 254.63º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9CFF8 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 207 | 248 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.03 |
| HSL | 254.63º | 0.75% | 0.89% | - |
| HSV(B) | 254.63º | 0.17% | 0.97% | - |
| XYZ | 67.87 | 66.15 | 98 | - |
| YUV | 214.66 | 146.81 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 248 | 0.12 | 0.17 | 0 | 0.03 | 254.63 | 0.75 | 0.89 |
| Hex | D9 | CF | F8 | C | 11 | 0 | 3 | FF | 4B | 59 |
| Octal | 331 | 317 | 370 | 14 | 21 | 0 | 3 | 377 | 113 | 131 |
| Binary | 11011001 | 11001111 | 11111000 | 1100 | 10001 | 0 | 11 | 11111111 | 1001011 | 1011001 |
Color Harmonies of #D9CFF8
Complementary color
Monochromatic Colors of #D9CFF8
Black with #D9CFF8
Text Example
Text Example
White with #D9CFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFF8; }
p { color: rgb(217,207,248); }
H1.HeaderClassName
{
color: #D9CFF8;
}
.AnyTagClassName
{
color: #D9CFF8;
}
</style>
background-color css
<style>
a { background-color: #D9CFF8; }
a { background-color: rgb(217,207,248); }
div.DivClassName
{
background-color: #D9CFF8;
}
.BgClassName
{
background-color: #D9CFF8;
}
</style>
border-color css
<style>
span { border-color: #D9CFF8; }
span { border-color: rgb(217,207,248); }
td.TdClassName
{
border-color: #D9CFF8;
}
.TagClassName
{
border-color: #D9CFF8;
}
</style>