Shades of Quartz #D8CFF9
Tints of Quartz #D8CFF9
RGB
CMYK
RGB Variations
Color information
#D8CFF9 (or 0xD8CFF9) is known color: Quartz. HEX triplet: D8, CF and F9. RGB value is (216,207,249). Sum of RGB (Red+Green+Blue) = 216+207+249=672 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.14% from 672); Green value is 207 (81.25% from 255 or 30.80% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #D8CFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CFF9 is #273006. Grayscale: #D6D6D6. Windows color (decimal): -2568199 or 16371672. OLE color: 16371672.
HSL color Cylindrical-coordinate representation of color #D8CFF9: hue angle of 252.86º 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 #D8CFF9 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 207 | 249 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.02 |
| HSL | 252.86º | 0.78% | 0.89% | - |
| HSV(B) | 252.86º | 0.17% | 0.98% | - |
| XYZ | 67.73 | 66.06 | 98.8 | - |
| YUV | 214.48 | 147.48 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 207 | 249 | 0.13 | 0.17 | 0 | 0.02 | 252.86 | 0.78 | 0.89 |
| Hex | D8 | CF | F9 | D | 11 | 0 | 2 | FD | 4E | 59 |
| Octal | 330 | 317 | 371 | 15 | 21 | 0 | 2 | 375 | 116 | 131 |
| Binary | 11011000 | 11001111 | 11111001 | 1101 | 10001 | 0 | 10 | 11111101 | 1001110 | 1011001 |
Color Harmonies of #D8CFF9
Complementary color
Monochromatic Colors of #D8CFF9
Black with #D8CFF9
Text Example
Text Example
White with #D8CFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CFF9; }
p { color: rgb(216,207,249); }
H1.HeaderClassName
{
color: #D8CFF9;
}
.AnyTagClassName
{
color: #D8CFF9;
}
</style>
background-color css
<style>
a { background-color: #D8CFF9; }
a { background-color: rgb(216,207,249); }
div.DivClassName
{
background-color: #D8CFF9;
}
.BgClassName
{
background-color: #D8CFF9;
}
</style>
border-color css
<style>
span { border-color: #D8CFF9; }
span { border-color: rgb(216,207,249); }
td.TdClassName
{
border-color: #D8CFF9;
}
.TagClassName
{
border-color: #D8CFF9;
}
</style>