Shades of Quartz #D8D4F6
Tints of Quartz #D8D4F6
RGB
CMYK
RGB Variations
Color information
#D8D4F6 (or 0xD8D4F6) is known color: Quartz. HEX triplet: D8, D4 and F6. RGB value is (216,212,246). Sum of RGB (Red+Green+Blue) = 216+212+246=674 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.05% from 674); Green value is 212 (83.20% from 255 or 31.45% from 674); Blue value is 246 (96.48% from 255 or 36.50% from 674); Max value from RGB is 246 - color contains mainly: blue. Hex color #D8D4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D4F6 is #272B09. Grayscale: #D8D8D8. Windows color (decimal): -2566922 or 16176344. OLE color: 16176344.
HSL color Cylindrical-coordinate representation of color #D8D4F6: hue angle of 247.06º degrees, saturation: 0.65, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8D4F6 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 212 | 246 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.04 |
| HSL | 247.06º | 0.65% | 0.9% | - |
| HSV(B) | 247.06º | 0.14% | 0.96% | - |
| XYZ | 68.5 | 68.34 | 96.77 | - |
| YUV | 217.07 | 144.33 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 212 | 246 | 0.12 | 0.14 | 0 | 0.04 | 247.06 | 0.65 | 0.9 |
| Hex | D8 | D4 | F6 | C | E | 0 | 4 | F7 | 41 | 5A |
| Octal | 330 | 324 | 366 | 14 | 16 | 0 | 4 | 367 | 101 | 132 |
| Binary | 11011000 | 11010100 | 11110110 | 1100 | 1110 | 0 | 100 | 11110111 | 1000001 | 1011010 |
Color Harmonies of #D8D4F6
Complementary color
Monochromatic Colors of #D8D4F6
Black with #D8D4F6
Text Example
Text Example
White with #D8D4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D4F6; }
p { color: rgb(216,212,246); }
H1.HeaderClassName
{
color: #D8D4F6;
}
.AnyTagClassName
{
color: #D8D4F6;
}
</style>
background-color css
<style>
a { background-color: #D8D4F6; }
a { background-color: rgb(216,212,246); }
div.DivClassName
{
background-color: #D8D4F6;
}
.BgClassName
{
background-color: #D8D4F6;
}
</style>
border-color css
<style>
span { border-color: #D8D4F6; }
span { border-color: rgb(216,212,246); }
td.TdClassName
{
border-color: #D8D4F6;
}
.TagClassName
{
border-color: #D8D4F6;
}
</style>