Shades of Quartz #D5CFF7
Tints of Quartz #D5CFF7
RGB
CMYK
RGB Variations
Color information
#D5CFF7 (or 0xD5CFF7) is known color: Quartz. HEX triplet: D5, CF and F7. RGB value is (213,207,247). Sum of RGB (Red+Green+Blue) = 213+207+247=667 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.93% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 247 (96.88% from 255 or 37.03% from 667); Max value from RGB is 247 - color contains mainly: blue. Hex color #D5CFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CFF7 is #2A3008. Grayscale: #D5D5D5. Windows color (decimal): -2764809 or 16240597. OLE color: 16240597.
HSL color Cylindrical-coordinate representation of color #D5CFF7: hue angle of 249º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5CFF7 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 207 | 247 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.03 |
| HSL | 249º | 0.71% | 0.89% | - |
| HSV(B) | 249º | 0.16% | 0.97% | - |
| XYZ | 66.54 | 65.49 | 97.13 | - |
| YUV | 213.35 | 146.99 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 247 | 0.14 | 0.16 | 0 | 0.03 | 249 | 0.71 | 0.89 |
| Hex | D5 | CF | F7 | E | 10 | 0 | 3 | F9 | 47 | 59 |
| Octal | 325 | 317 | 367 | 16 | 20 | 0 | 3 | 371 | 107 | 131 |
| Binary | 11010101 | 11001111 | 11110111 | 1110 | 10000 | 0 | 11 | 11111001 | 1000111 | 1011001 |
Color Harmonies of #D5CFF7
Complementary color
Monochromatic Colors of #D5CFF7
Black with #D5CFF7
Text Example
Text Example
White with #D5CFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CFF7; }
p { color: rgb(213,207,247); }
H1.HeaderClassName
{
color: #D5CFF7;
}
.AnyTagClassName
{
color: #D5CFF7;
}
</style>
background-color css
<style>
a { background-color: #D5CFF7; }
a { background-color: rgb(213,207,247); }
div.DivClassName
{
background-color: #D5CFF7;
}
.BgClassName
{
background-color: #D5CFF7;
}
</style>
border-color css
<style>
span { border-color: #D5CFF7; }
span { border-color: rgb(213,207,247); }
td.TdClassName
{
border-color: #D5CFF7;
}
.TagClassName
{
border-color: #D5CFF7;
}
</style>