Shades of Quartz #D7CFF6
Tints of Quartz #D7CFF6
RGB
CMYK
RGB Variations
Color information
#D7CFF6 (or 0xD7CFF6) is known color: Quartz. HEX triplet: D7, CF and F6. RGB value is (215,207,246). Sum of RGB (Red+Green+Blue) = 215+207+246=668 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.19% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 246 (96.48% from 255 or 36.83% from 668); Max value from RGB is 246 - color contains mainly: blue. Hex color #D7CFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CFF6 is #283009. Grayscale: #D5D5D5. Windows color (decimal): -2633738 or 16175063. OLE color: 16175063.
HSL color Cylindrical-coordinate representation of color #D7CFF6: hue angle of 252.31º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7CFF6 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 207 | 246 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.04 |
| HSL | 252.31º | 0.68% | 0.89% | - |
| HSV(B) | 252.31º | 0.16% | 0.96% | - |
| XYZ | 66.97 | 65.73 | 96.35 | - |
| YUV | 213.84 | 146.15 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 207 | 246 | 0.13 | 0.16 | 0 | 0.04 | 252.31 | 0.68 | 0.89 |
| Hex | D7 | CF | F6 | D | 10 | 0 | 4 | FC | 44 | 59 |
| Octal | 327 | 317 | 366 | 15 | 20 | 0 | 4 | 374 | 104 | 131 |
| Binary | 11010111 | 11001111 | 11110110 | 1101 | 10000 | 0 | 100 | 11111100 | 1000100 | 1011001 |
Color Harmonies of #D7CFF6
Complementary color
Monochromatic Colors of #D7CFF6
Black with #D7CFF6
Text Example
Text Example
White with #D7CFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CFF6; }
p { color: rgb(215,207,246); }
H1.HeaderClassName
{
color: #D7CFF6;
}
.AnyTagClassName
{
color: #D7CFF6;
}
</style>
background-color css
<style>
a { background-color: #D7CFF6; }
a { background-color: rgb(215,207,246); }
div.DivClassName
{
background-color: #D7CFF6;
}
.BgClassName
{
background-color: #D7CFF6;
}
</style>
border-color css
<style>
span { border-color: #D7CFF6; }
span { border-color: rgb(215,207,246); }
td.TdClassName
{
border-color: #D7CFF6;
}
.TagClassName
{
border-color: #D7CFF6;
}
</style>