Shades of Quartz #D4D6F2
Tints of Quartz #D4D6F2
RGB
CMYK
RGB Variations
Color information
#D4D6F2 (or 0xD4D6F2) is known color: Quartz. HEX triplet: D4, D6 and F2. RGB value is (212,214,242). Sum of RGB (Red+Green+Blue) = 212+214+242=668 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.74% from 668); Green value is 214 (83.98% from 255 or 32.04% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 242 - color contains mainly: blue. Hex color #D4D6F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D6F2 is #2B290D. Grayscale: #D8D8D8. Windows color (decimal): -2828558 or 15914708. OLE color: 15914708.
HSL color Cylindrical-coordinate representation of color #D4D6F2: hue angle of 236º 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 #D4D6F2 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 212 | 214 | 242 | - |
CMYK | 0.12 | 0.12 | 0 | 0.05 |
HSL | 236º | 0.54% | 0.89% | - |
HSV(B) | 236º | 0.12% | 0.95% | - |
XYZ | 67.22 | 68.5 | 93.68 | - |
YUV | 216.59 | 142.34 | 124.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 214 | 242 | 0.12 | 0.12 | 0 | 0.05 | 236 | 0.54 | 0.89 |
Hex | D4 | D6 | F2 | C | C | 0 | 5 | EC | 36 | 59 |
Octal | 324 | 326 | 362 | 14 | 14 | 0 | 5 | 354 | 66 | 131 |
Binary | 11010100 | 11010110 | 11110010 | 1100 | 1100 | 0 | 101 | 11101100 | 110110 | 1011001 |
Color Harmonies of #D4D6F2
Complementary color
Monochromatic Colors of #D4D6F2
Black with #D4D6F2
Text Example
Text Example
White with #D4D6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D6F2; }
p { color: rgb(212,214,242); }
H1.HeaderClassName
{
color: #D4D6F2;
}
.AnyTagClassName
{
color: #D4D6F2;
}
</style>
background-color css
<style>
a { background-color: #D4D6F2; }
a { background-color: rgb(212,214,242); }
div.DivClassName
{
background-color: #D4D6F2;
}
.BgClassName
{
background-color: #D4D6F2;
}
</style>
border-color css
<style>
span { border-color: #D4D6F2; }
span { border-color: rgb(212,214,242); }
td.TdClassName
{
border-color: #D4D6F2;
}
.TagClassName
{
border-color: #D4D6F2;
}
</style>