Shades of Quartz #D8D4F9
Tints of Quartz #D8D4F9
RGB
CMYK
RGB Variations
Color information
#D8D4F9 (or 0xD8D4F9) is known color: Quartz. HEX triplet: D8, D4 and F9. RGB value is (216,212,249). Sum of RGB (Red+Green+Blue) = 216+212+249=677 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.91% from 677); Green value is 212 (83.20% from 255 or 31.31% from 677); Blue value is 249 (97.66% from 255 or 36.78% from 677); Max value from RGB is 249 - color contains mainly: blue. Hex color #D8D4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D4F9 is #272B06. Grayscale: #D9D9D9. Windows color (decimal): -2566919 or 16372952. OLE color: 16372952.
HSL color Cylindrical-coordinate representation of color #D8D4F9: hue angle of 246.49º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8D4F9 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 212 | 249 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.02 |
| HSL | 246.49º | 0.76% | 0.9% | - |
| HSV(B) | 246.49º | 0.15% | 0.98% | - |
| XYZ | 68.96 | 68.53 | 99.21 | - |
| YUV | 217.41 | 145.83 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 212 | 249 | 0.13 | 0.15 | 0 | 0.02 | 246.49 | 0.76 | 0.9 |
| Hex | D8 | D4 | F9 | D | F | 0 | 2 | F6 | 4C | 5A |
| Octal | 330 | 324 | 371 | 15 | 17 | 0 | 2 | 366 | 114 | 132 |
| Binary | 11011000 | 11010100 | 11111001 | 1101 | 1111 | 0 | 10 | 11110110 | 1001100 | 1011010 |
Color Harmonies of #D8D4F9
Complementary color
Monochromatic Colors of #D8D4F9
Black with #D8D4F9
Text Example
Text Example
White with #D8D4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D4F9; }
p { color: rgb(216,212,249); }
H1.HeaderClassName
{
color: #D8D4F9;
}
.AnyTagClassName
{
color: #D8D4F9;
}
</style>
background-color css
<style>
a { background-color: #D8D4F9; }
a { background-color: rgb(216,212,249); }
div.DivClassName
{
background-color: #D8D4F9;
}
.BgClassName
{
background-color: #D8D4F9;
}
</style>
border-color css
<style>
span { border-color: #D8D4F9; }
span { border-color: rgb(216,212,249); }
td.TdClassName
{
border-color: #D8D4F9;
}
.TagClassName
{
border-color: #D8D4F9;
}
</style>