Shades of Quartz #D7D4F3
Tints of Quartz #D7D4F3
RGB
CMYK
RGB Variations
Color information
#D7D4F3 (or 0xD7D4F3) is known color: Quartz. HEX triplet: D7, D4 and F3. RGB value is (215,212,243). Sum of RGB (Red+Green+Blue) = 215+212+243=670 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.09% from 670); Green value is 212 (83.20% from 255 or 31.64% from 670); Blue value is 243 (95.31% from 255 or 36.27% from 670); Max value from RGB is 243 - color contains mainly: blue. Hex color #D7D4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D4F3 is #282B0C. Grayscale: #D8D8D8. Windows color (decimal): -2632461 or 15979735. OLE color: 15979735.
HSL color Cylindrical-coordinate representation of color #D7D4F3: hue angle of 245.81º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7D4F3 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 212 | 243 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.05 |
| HSL | 245.81º | 0.56% | 0.89% | - |
| HSV(B) | 245.81º | 0.13% | 0.95% | - |
| XYZ | 67.75 | 68.01 | 94.35 | - |
| YUV | 216.43 | 142.99 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 212 | 243 | 0.12 | 0.13 | 0 | 0.05 | 245.81 | 0.56 | 0.89 |
| Hex | D7 | D4 | F3 | C | D | 0 | 5 | F6 | 38 | 59 |
| Octal | 327 | 324 | 363 | 14 | 15 | 0 | 5 | 366 | 70 | 131 |
| Binary | 11010111 | 11010100 | 11110011 | 1100 | 1101 | 0 | 101 | 11110110 | 111000 | 1011001 |
Color Harmonies of #D7D4F3
Complementary color
Monochromatic Colors of #D7D4F3
Black with #D7D4F3
Text Example
Text Example
White with #D7D4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D4F3; }
p { color: rgb(215,212,243); }
H1.HeaderClassName
{
color: #D7D4F3;
}
.AnyTagClassName
{
color: #D7D4F3;
}
</style>
background-color css
<style>
a { background-color: #D7D4F3; }
a { background-color: rgb(215,212,243); }
div.DivClassName
{
background-color: #D7D4F3;
}
.BgClassName
{
background-color: #D7D4F3;
}
</style>
border-color css
<style>
span { border-color: #D7D4F3; }
span { border-color: rgb(215,212,243); }
td.TdClassName
{
border-color: #D7D4F3;
}
.TagClassName
{
border-color: #D7D4F3;
}
</style>