Shades of Quartz #D4D0F1
Tints of Quartz #D4D0F1
RGB
CMYK
RGB Variations
Color information
#D4D0F1 (or 0xD4D0F1) is known color: Quartz. HEX triplet: D4, D0 and F1. RGB value is (212,208,241). Sum of RGB (Red+Green+Blue) = 212+208+241=661 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.07% from 661); Green value is 208 (81.64% from 255 or 31.47% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 241 - color contains mainly: blue. Hex color #D4D0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D0F1 is #2B2F0E. Grayscale: #D4D4D4. Windows color (decimal): -2830095 or 15847636. OLE color: 15847636.
HSL color Cylindrical-coordinate representation of color #D4D0F1: hue angle of 247.27º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4D0F1 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 208 | 241 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.05 |
| HSL | 247.27º | 0.54% | 0.88% | - |
| HSV(B) | 247.27º | 0.14% | 0.95% | - |
| XYZ | 65.58 | 65.46 | 92.4 | - |
| YUV | 212.96 | 143.83 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 208 | 241 | 0.12 | 0.14 | 0 | 0.05 | 247.27 | 0.54 | 0.88 |
| Hex | D4 | D0 | F1 | C | E | 0 | 5 | F7 | 36 | 58 |
| Octal | 324 | 320 | 361 | 14 | 16 | 0 | 5 | 367 | 66 | 130 |
| Binary | 11010100 | 11010000 | 11110001 | 1100 | 1110 | 0 | 101 | 11110111 | 110110 | 1011000 |
Color Harmonies of #D4D0F1
Complementary color
Monochromatic Colors of #D4D0F1
Black with #D4D0F1
Text Example
Text Example
White with #D4D0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D0F1; }
p { color: rgb(212,208,241); }
H1.HeaderClassName
{
color: #D4D0F1;
}
.AnyTagClassName
{
color: #D4D0F1;
}
</style>
background-color css
<style>
a { background-color: #D4D0F1; }
a { background-color: rgb(212,208,241); }
div.DivClassName
{
background-color: #D4D0F1;
}
.BgClassName
{
background-color: #D4D0F1;
}
</style>
border-color css
<style>
span { border-color: #D4D0F1; }
span { border-color: rgb(212,208,241); }
td.TdClassName
{
border-color: #D4D0F1;
}
.TagClassName
{
border-color: #D4D0F1;
}
</style>