Shades of Quartz #D9CFFC
Tints of Quartz #D9CFFC
RGB
CMYK
RGB Variations
Color information
#D9CFFC (or 0xD9CFFC) is known color: Quartz. HEX triplet: D9, CF and FC. RGB value is (217,207,252). Sum of RGB (Red+Green+Blue) = 217+207+252=676 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.10% from 676); Green value is 207 (81.25% from 255 or 30.62% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #D9CFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CFFC is #263003. Grayscale: #D6D6D6. Windows color (decimal): -2502660 or 16568281. OLE color: 16568281.
HSL color Cylindrical-coordinate representation of color #D9CFFC: hue angle of 253.33º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9CFFC is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 207 | 252 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.01 |
| HSL | 253.33º | 0.88% | 0.9% | - |
| HSV(B) | 253.33º | 0.18% | 0.99% | - |
| XYZ | 68.5 | 66.41 | 101.3 | - |
| YUV | 215.12 | 148.81 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 252 | 0.14 | 0.18 | 0 | 0.01 | 253.33 | 0.88 | 0.9 |
| Hex | D9 | CF | FC | E | 12 | 0 | 1 | FD | 58 | 5A |
| Octal | 331 | 317 | 374 | 16 | 22 | 0 | 1 | 375 | 130 | 132 |
| Binary | 11011001 | 11001111 | 11111100 | 1110 | 10010 | 0 | 1 | 11111101 | 1011000 | 1011010 |
Color Harmonies of #D9CFFC
Complementary color
Monochromatic Colors of #D9CFFC
Black with #D9CFFC
Text Example
Text Example
White with #D9CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFFC; }
p { color: rgb(217,207,252); }
H1.HeaderClassName
{
color: #D9CFFC;
}
.AnyTagClassName
{
color: #D9CFFC;
}
</style>
background-color css
<style>
a { background-color: #D9CFFC; }
a { background-color: rgb(217,207,252); }
div.DivClassName
{
background-color: #D9CFFC;
}
.BgClassName
{
background-color: #D9CFFC;
}
</style>
border-color css
<style>
span { border-color: #D9CFFC; }
span { border-color: rgb(217,207,252); }
td.TdClassName
{
border-color: #D9CFFC;
}
.TagClassName
{
border-color: #D9CFFC;
}
</style>