Shades of Quartz #D4D8F6
Tints of Quartz #D4D8F6
RGB
CMYK
RGB Variations
Color information
#D4D8F6 (or 0xD4D8F6) is known color: Quartz. HEX triplet: D4, D8 and F6. RGB value is (212,216,246). Sum of RGB (Red+Green+Blue) = 212+216+246=674 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.45% from 674); Green value is 216 (84.77% from 255 or 32.05% 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 #D4D8F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D8F6 is #2B2709. Grayscale: #DADADA. Windows color (decimal): -2828042 or 16177364. OLE color: 16177364.
HSL color Cylindrical-coordinate representation of color #D4D8F6: hue angle of 232.94º 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 #D4D8F6 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 216 | 246 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.04 |
| HSL | 232.94º | 0.65% | 0.9% | - |
| HSV(B) | 232.94º | 0.14% | 0.96% | - |
| XYZ | 68.34 | 69.76 | 97.05 | - |
| YUV | 218.22 | 143.67 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 216 | 246 | 0.14 | 0.12 | 0 | 0.04 | 232.94 | 0.65 | 0.9 |
| Hex | D4 | D8 | F6 | E | C | 0 | 4 | E9 | 41 | 5A |
| Octal | 324 | 330 | 366 | 16 | 14 | 0 | 4 | 351 | 101 | 132 |
| Binary | 11010100 | 11011000 | 11110110 | 1110 | 1100 | 0 | 100 | 11101001 | 1000001 | 1011010 |
Color Harmonies of #D4D8F6
Complementary color
Monochromatic Colors of #D4D8F6
Black with #D4D8F6
Text Example
Text Example
White with #D4D8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D8F6; }
p { color: rgb(212,216,246); }
H1.HeaderClassName
{
color: #D4D8F6;
}
.AnyTagClassName
{
color: #D4D8F6;
}
</style>
background-color css
<style>
a { background-color: #D4D8F6; }
a { background-color: rgb(212,216,246); }
div.DivClassName
{
background-color: #D4D8F6;
}
.BgClassName
{
background-color: #D4D8F6;
}
</style>
border-color css
<style>
span { border-color: #D4D8F6; }
span { border-color: rgb(212,216,246); }
td.TdClassName
{
border-color: #D4D8F6;
}
.TagClassName
{
border-color: #D4D8F6;
}
</style>