Shades of Quartz #D5CFF6
Tints of Quartz #D5CFF6
RGB
CMYK
RGB Variations
Color information
#D5CFF6 (or 0xD5CFF6) is known color: Quartz. HEX triplet: D5, CF and F6. RGB value is (213,207,246). Sum of RGB (Red+Green+Blue) = 213+207+246=666 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.98% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 246 (96.48% from 255 or 36.94% from 666); Max value from RGB is 246 - color contains mainly: blue. Hex color #D5CFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CFF6 is #2A3009. Grayscale: #D5D5D5. Windows color (decimal): -2764810 or 16175061. OLE color: 16175061.
HSL color Cylindrical-coordinate representation of color #D5CFF6: hue angle of 249.23º 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 #D5CFF6 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 207 | 246 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.04 |
| HSL | 249.23º | 0.68% | 0.89% | - |
| HSV(B) | 249.23º | 0.16% | 0.96% | - |
| XYZ | 66.39 | 65.43 | 96.32 | - |
| YUV | 213.24 | 146.49 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 246 | 0.13 | 0.16 | 0 | 0.04 | 249.23 | 0.68 | 0.89 |
| Hex | D5 | CF | F6 | D | 10 | 0 | 4 | F9 | 44 | 59 |
| Octal | 325 | 317 | 366 | 15 | 20 | 0 | 4 | 371 | 104 | 131 |
| Binary | 11010101 | 11001111 | 11110110 | 1101 | 10000 | 0 | 100 | 11111001 | 1000100 | 1011001 |
Color Harmonies of #D5CFF6
Complementary color
Monochromatic Colors of #D5CFF6
Black with #D5CFF6
Text Example
Text Example
White with #D5CFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CFF6; }
p { color: rgb(213,207,246); }
H1.HeaderClassName
{
color: #D5CFF6;
}
.AnyTagClassName
{
color: #D5CFF6;
}
</style>
background-color css
<style>
a { background-color: #D5CFF6; }
a { background-color: rgb(213,207,246); }
div.DivClassName
{
background-color: #D5CFF6;
}
.BgClassName
{
background-color: #D5CFF6;
}
</style>
border-color css
<style>
span { border-color: #D5CFF6; }
span { border-color: rgb(213,207,246); }
td.TdClassName
{
border-color: #D5CFF6;
}
.TagClassName
{
border-color: #D5CFF6;
}
</style>