Shades of Quartz #D8D4F2
Tints of Quartz #D8D4F2
RGB
CMYK
RGB Variations
Color information
#D8D4F2 (or 0xD8D4F2) is known color: Quartz. HEX triplet: D8, D4 and F2. RGB value is (216,212,242). Sum of RGB (Red+Green+Blue) = 216+212+242=670 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.24% from 670); Green value is 212 (83.20% from 255 or 31.64% from 670); Blue value is 242 (94.92% from 255 or 36.12% from 670); Max value from RGB is 242 - color contains mainly: blue. Hex color #D8D4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D4F2 is #272B0D. Grayscale: #D8D8D8. Windows color (decimal): -2566926 or 15914200. OLE color: 15914200.
HSL color Cylindrical-coordinate representation of color #D8D4F2: hue angle of 248º 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 #D8D4F2 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 212 | 242 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.05 |
| HSL | 248º | 0.54% | 0.89% | - |
| HSV(B) | 248º | 0.12% | 0.95% | - |
| XYZ | 67.89 | 68.1 | 93.57 | - |
| YUV | 216.62 | 142.33 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 212 | 242 | 0.11 | 0.12 | 0 | 0.05 | 248 | 0.54 | 0.89 |
| Hex | D8 | D4 | F2 | B | C | 0 | 5 | F8 | 36 | 59 |
| Octal | 330 | 324 | 362 | 13 | 14 | 0 | 5 | 370 | 66 | 131 |
| Binary | 11011000 | 11010100 | 11110010 | 1011 | 1100 | 0 | 101 | 11111000 | 110110 | 1011001 |
Color Harmonies of #D8D4F2
Complementary color
Monochromatic Colors of #D8D4F2
Black with #D8D4F2
Text Example
Text Example
White with #D8D4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D4F2; }
p { color: rgb(216,212,242); }
H1.HeaderClassName
{
color: #D8D4F2;
}
.AnyTagClassName
{
color: #D8D4F2;
}
</style>
background-color css
<style>
a { background-color: #D8D4F2; }
a { background-color: rgb(216,212,242); }
div.DivClassName
{
background-color: #D8D4F2;
}
.BgClassName
{
background-color: #D8D4F2;
}
</style>
border-color css
<style>
span { border-color: #D8D4F2; }
span { border-color: rgb(216,212,242); }
td.TdClassName
{
border-color: #D8D4F2;
}
.TagClassName
{
border-color: #D8D4F2;
}
</style>