Shades of Quartz #D7D4F0
Tints of Quartz #D7D4F0
RGB
CMYK
RGB Variations
Color information
#D7D4F0 (or 0xD7D4F0) is known color: Quartz. HEX triplet: D7, D4 and F0. RGB value is (215,212,240). Sum of RGB (Red+Green+Blue) = 215+212+240=667 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.23% from 667); Green value is 212 (83.20% from 255 or 31.78% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 240 - color contains mainly: blue. Hex color #D7D4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D4F0 is #282B0F. Grayscale: #D7D7D7. Windows color (decimal): -2632464 or 15783127. OLE color: 15783127.
HSL color Cylindrical-coordinate representation of color #D7D4F0: hue angle of 246.43º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7D4F0 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 212 | 240 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.06 |
| HSL | 246.43º | 0.48% | 0.89% | - |
| HSV(B) | 246.43º | 0.12% | 0.94% | - |
| XYZ | 67.3 | 67.83 | 91.98 | - |
| YUV | 216.09 | 141.49 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 212 | 240 | 0.10 | 0.12 | 0 | 0.06 | 246.43 | 0.48 | 0.89 |
| Hex | D7 | D4 | F0 | A | C | 0 | 6 | F6 | 30 | 59 |
| Octal | 327 | 324 | 360 | 12 | 14 | 0 | 6 | 366 | 60 | 131 |
| Binary | 11010111 | 11010100 | 11110000 | 1010 | 1100 | 0 | 110 | 11110110 | 110000 | 1011001 |
Color Harmonies of #D7D4F0
Complementary color
Monochromatic Colors of #D7D4F0
Black with #D7D4F0
Text Example
Text Example
White with #D7D4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D4F0; }
p { color: rgb(215,212,240); }
H1.HeaderClassName
{
color: #D7D4F0;
}
.AnyTagClassName
{
color: #D7D4F0;
}
</style>
background-color css
<style>
a { background-color: #D7D4F0; }
a { background-color: rgb(215,212,240); }
div.DivClassName
{
background-color: #D7D4F0;
}
.BgClassName
{
background-color: #D7D4F0;
}
</style>
border-color css
<style>
span { border-color: #D7D4F0; }
span { border-color: rgb(215,212,240); }
td.TdClassName
{
border-color: #D7D4F0;
}
.TagClassName
{
border-color: #D7D4F0;
}
</style>