Shades of Quartz #D4D2F9
Tints of Quartz #D4D2F9
RGB
CMYK
RGB Variations
Color information
#D4D2F9 (or 0xD4D2F9) is known color: Quartz. HEX triplet: D4, D2 and F9. RGB value is (212,210,249). Sum of RGB (Red+Green+Blue) = 212+210+249=671 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.59% from 671); Green value is 210 (82.42% from 255 or 31.30% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #D4D2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D2F9 is #2B2D06. Grayscale: #D6D6D6. Windows color (decimal): -2829575 or 16372436. OLE color: 16372436.
HSL color Cylindrical-coordinate representation of color #D4D2F9: hue angle of 243.08º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4D2F9 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 212 | 210 | 249 | - |
CMYK | 0.15 | 0.16 | 0 | 0.02 |
HSL | 243.08º | 0.76% | 0.9% | - |
HSV(B) | 243.08º | 0.16% | 0.98% | - |
XYZ | 67.3 | 66.93 | 98.99 | - |
YUV | 215.04 | 147.16 | 125.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 210 | 249 | 0.15 | 0.16 | 0 | 0.02 | 243.08 | 0.76 | 0.9 |
Hex | D4 | D2 | F9 | F | 10 | 0 | 2 | F3 | 4C | 5A |
Octal | 324 | 322 | 371 | 17 | 20 | 0 | 2 | 363 | 114 | 132 |
Binary | 11010100 | 11010010 | 11111001 | 1111 | 10000 | 0 | 10 | 11110011 | 1001100 | 1011010 |
Color Harmonies of #D4D2F9
Complementary color
Monochromatic Colors of #D4D2F9
Black with #D4D2F9
Text Example
Text Example
White with #D4D2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D2F9; }
p { color: rgb(212,210,249); }
H1.HeaderClassName
{
color: #D4D2F9;
}
.AnyTagClassName
{
color: #D4D2F9;
}
</style>
background-color css
<style>
a { background-color: #D4D2F9; }
a { background-color: rgb(212,210,249); }
div.DivClassName
{
background-color: #D4D2F9;
}
.BgClassName
{
background-color: #D4D2F9;
}
</style>
border-color css
<style>
span { border-color: #D4D2F9; }
span { border-color: rgb(212,210,249); }
td.TdClassName
{
border-color: #D4D2F9;
}
.TagClassName
{
border-color: #D4D2F9;
}
</style>