Shades of Quartz #D4D2F7
Tints of Quartz #D4D2F7
RGB
CMYK
RGB Variations
Color information
#D4D2F7 (or 0xD4D2F7) is known color: Quartz. HEX triplet: D4, D2 and F7. RGB value is (212,210,247). Sum of RGB (Red+Green+Blue) = 212+210+247=669 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.69% from 669); Green value is 210 (82.42% from 255 or 31.39% from 669); Blue value is 247 (96.88% from 255 or 36.92% from 669); Max value from RGB is 247 - color contains mainly: blue. Hex color #D4D2F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D2F7 is #2B2D08. Grayscale: #D6D6D6. Windows color (decimal): -2829577 or 16241364. OLE color: 16241364.
HSL color Cylindrical-coordinate representation of color #D4D2F7: hue angle of 243.24º degrees, saturation: 0.7, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4D2F7 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 210 | 247 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.03 |
| HSL | 243.24º | 0.7% | 0.9% | - |
| HSV(B) | 243.24º | 0.15% | 0.97% | - |
| XYZ | 66.99 | 66.81 | 97.36 | - |
| YUV | 214.82 | 146.16 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 210 | 247 | 0.14 | 0.15 | 0 | 0.03 | 243.24 | 0.7 | 0.9 |
| Hex | D4 | D2 | F7 | E | F | 0 | 3 | F3 | 46 | 5A |
| Octal | 324 | 322 | 367 | 16 | 17 | 0 | 3 | 363 | 106 | 132 |
| Binary | 11010100 | 11010010 | 11110111 | 1110 | 1111 | 0 | 11 | 11110011 | 1000110 | 1011010 |
Color Harmonies of #D4D2F7
Complementary color
Monochromatic Colors of #D4D2F7
Black with #D4D2F7
Text Example
Text Example
White with #D4D2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D2F7; }
p { color: rgb(212,210,247); }
H1.HeaderClassName
{
color: #D4D2F7;
}
.AnyTagClassName
{
color: #D4D2F7;
}
</style>
background-color css
<style>
a { background-color: #D4D2F7; }
a { background-color: rgb(212,210,247); }
div.DivClassName
{
background-color: #D4D2F7;
}
.BgClassName
{
background-color: #D4D2F7;
}
</style>
border-color css
<style>
span { border-color: #D4D2F7; }
span { border-color: rgb(212,210,247); }
td.TdClassName
{
border-color: #D4D2F7;
}
.TagClassName
{
border-color: #D4D2F7;
}
</style>