Shades of Quartz #D7D4F2
Tints of Quartz #D7D4F2
RGB
CMYK
RGB Variations
Color information
#D7D4F2 (or 0xD7D4F2) is known color: Quartz. HEX triplet: D7, D4 and F2. RGB value is (215,212,242). Sum of RGB (Red+Green+Blue) = 215+212+242=669 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.14% from 669); Green value is 212 (83.20% from 255 or 31.69% from 669); Blue value is 242 (94.92% from 255 or 36.17% from 669); Max value from RGB is 242 - color contains mainly: blue. Hex color #D7D4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D4F2 is #282B0D. Grayscale: #D8D8D8. Windows color (decimal): -2632462 or 15914199. OLE color: 15914199.
HSL color Cylindrical-coordinate representation of color #D7D4F2: hue angle of 246º degrees, saturation: 0.54, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7D4F2 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 212 | 242 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.05 |
| HSL | 246º | 0.54% | 0.89% | - |
| HSV(B) | 246º | 0.12% | 0.95% | - |
| XYZ | 67.59 | 67.94 | 93.56 | - |
| YUV | 216.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 212 | 242 | 0.11 | 0.12 | 0 | 0.05 | 246 | 0.54 | 0.89 |
| Hex | D7 | D4 | F2 | B | C | 0 | 5 | F6 | 36 | 59 |
| Octal | 327 | 324 | 362 | 13 | 14 | 0 | 5 | 366 | 66 | 131 |
| Binary | 11010111 | 11010100 | 11110010 | 1011 | 1100 | 0 | 101 | 11110110 | 110110 | 1011001 |
Color Harmonies of #D7D4F2
Complementary color
Monochromatic Colors of #D7D4F2
Black with #D7D4F2
Text Example
Text Example
White with #D7D4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D4F2; }
p { color: rgb(215,212,242); }
H1.HeaderClassName
{
color: #D7D4F2;
}
.AnyTagClassName
{
color: #D7D4F2;
}
</style>
background-color css
<style>
a { background-color: #D7D4F2; }
a { background-color: rgb(215,212,242); }
div.DivClassName
{
background-color: #D7D4F2;
}
.BgClassName
{
background-color: #D7D4F2;
}
</style>
border-color css
<style>
span { border-color: #D7D4F2; }
span { border-color: rgb(215,212,242); }
td.TdClassName
{
border-color: #D7D4F2;
}
.TagClassName
{
border-color: #D7D4F2;
}
</style>