Shades of Quartz #D7D0F0
Tints of Quartz #D7D0F0
RGB
CMYK
RGB Variations
Color information
#D7D0F0 (or 0xD7D0F0) is known color: Quartz. HEX triplet: D7, D0 and F0. RGB value is (215,208,240). Sum of RGB (Red+Green+Blue) = 215+208+240=663 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.43% from 663); Green value is 208 (81.64% from 255 or 31.37% from 663); Blue value is 240 (94.14% from 255 or 36.20% from 663); Max value from RGB is 240 - color contains mainly: blue. Hex color #D7D0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D0F0 is #282F0F. Grayscale: #D5D5D5. Windows color (decimal): -2633488 or 15782103. OLE color: 15782103.
HSL color Cylindrical-coordinate representation of color #D7D0F0: hue angle of 253.12º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7D0F0 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 208 | 240 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.06 |
| HSL | 253.13º | 0.52% | 0.88% | - |
| HSV(B) | 253.13º | 0.13% | 0.94% | - |
| XYZ | 66.31 | 65.85 | 91.65 | - |
| YUV | 213.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 208 | 240 | 0.10 | 0.13 | 0 | 0.06 | 253.13 | 0.52 | 0.88 |
| Hex | D7 | D0 | F0 | A | D | 0 | 6 | FD | 34 | 58 |
| Octal | 327 | 320 | 360 | 12 | 15 | 0 | 6 | 375 | 64 | 130 |
| Binary | 11010111 | 11010000 | 11110000 | 1010 | 1101 | 0 | 110 | 11111101 | 110100 | 1011000 |
Color Harmonies of #D7D0F0
Complementary color
Monochromatic Colors of #D7D0F0
Black with #D7D0F0
Text Example
Text Example
White with #D7D0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D0F0; }
p { color: rgb(215,208,240); }
H1.HeaderClassName
{
color: #D7D0F0;
}
.AnyTagClassName
{
color: #D7D0F0;
}
</style>
background-color css
<style>
a { background-color: #D7D0F0; }
a { background-color: rgb(215,208,240); }
div.DivClassName
{
background-color: #D7D0F0;
}
.BgClassName
{
background-color: #D7D0F0;
}
</style>
border-color css
<style>
span { border-color: #D7D0F0; }
span { border-color: rgb(215,208,240); }
td.TdClassName
{
border-color: #D7D0F0;
}
.TagClassName
{
border-color: #D7D0F0;
}
</style>