Shades of Quartz #D4D8FC
Tints of Quartz #D4D8FC
RGB
CMYK
RGB Variations
Color information
#D4D8FC (or 0xD4D8FC) is known color: Quartz. HEX triplet: D4, D8 and FC. RGB value is (212,216,252). Sum of RGB (Red+Green+Blue) = 212+216+252=680 (90% of max value = 765). Red value is 212 (83.20% from 255 or 31.18% from 680); Green value is 216 (84.77% from 255 or 31.76% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4D8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D8FC is #2B2703. Grayscale: #DADADA. Windows color (decimal): -2828036 or 16570580. OLE color: 16570580.
HSL color Cylindrical-coordinate representation of color #D4D8FC: hue angle of 234º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4D8FC is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 216 | 252 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.01 |
| HSL | 234º | 0.87% | 0.91% | - |
| HSV(B) | 234º | 0.16% | 0.99% | - |
| XYZ | 69.28 | 70.14 | 101.98 | - |
| YUV | 218.91 | 146.67 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 216 | 252 | 0.16 | 0.14 | 0 | 0.01 | 234 | 0.87 | 0.91 |
| Hex | D4 | D8 | FC | 10 | E | 0 | 1 | EA | 57 | 5B |
| Octal | 324 | 330 | 374 | 20 | 16 | 0 | 1 | 352 | 127 | 133 |
| Binary | 11010100 | 11011000 | 11111100 | 10000 | 1110 | 0 | 1 | 11101010 | 1010111 | 1011011 |
Color Harmonies of #D4D8FC
Complementary color
Monochromatic Colors of #D4D8FC
Black with #D4D8FC
Text Example
Text Example
White with #D4D8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D8FC; }
p { color: rgb(212,216,252); }
H1.HeaderClassName
{
color: #D4D8FC;
}
.AnyTagClassName
{
color: #D4D8FC;
}
</style>
background-color css
<style>
a { background-color: #D4D8FC; }
a { background-color: rgb(212,216,252); }
div.DivClassName
{
background-color: #D4D8FC;
}
.BgClassName
{
background-color: #D4D8FC;
}
</style>
border-color css
<style>
span { border-color: #D4D8FC; }
span { border-color: rgb(212,216,252); }
td.TdClassName
{
border-color: #D4D8FC;
}
.TagClassName
{
border-color: #D4D8FC;
}
</style>