Shades of Quartz #D4D1F2
Tints of Quartz #D4D1F2
RGB
CMYK
RGB Variations
Color information
#D4D1F2 (or 0xD4D1F2) is known color: Quartz. HEX triplet: D4, D1 and F2. RGB value is (212,209,242). Sum of RGB (Red+Green+Blue) = 212+209+242=663 (87% of max value = 765). Red value is 212 (83.20% from 255 or 31.98% from 663); Green value is 209 (82.03% from 255 or 31.52% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 242 - color contains mainly: blue. Hex color #D4D1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D1F2 is #2B2E0D. Grayscale: #D5D5D5. Windows color (decimal): -2829838 or 15913428. OLE color: 15913428.
HSL color Cylindrical-coordinate representation of color #D4D1F2: hue angle of 245.45º degrees, saturation: 0.56, 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 #D4D1F2 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 209 | 242 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.05 |
| HSL | 245.45º | 0.56% | 0.88% | - |
| HSV(B) | 245.45º | 0.14% | 0.95% | - |
| XYZ | 65.98 | 66.01 | 93.27 | - |
| YUV | 213.66 | 143.99 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 209 | 242 | 0.12 | 0.14 | 0 | 0.05 | 245.45 | 0.56 | 0.88 |
| Hex | D4 | D1 | F2 | C | E | 0 | 5 | F5 | 38 | 58 |
| Octal | 324 | 321 | 362 | 14 | 16 | 0 | 5 | 365 | 70 | 130 |
| Binary | 11010100 | 11010001 | 11110010 | 1100 | 1110 | 0 | 101 | 11110101 | 111000 | 1011000 |
Color Harmonies of #D4D1F2
Complementary color
Monochromatic Colors of #D4D1F2
Black with #D4D1F2
Text Example
Text Example
White with #D4D1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D1F2; }
p { color: rgb(212,209,242); }
H1.HeaderClassName
{
color: #D4D1F2;
}
.AnyTagClassName
{
color: #D4D1F2;
}
</style>
background-color css
<style>
a { background-color: #D4D1F2; }
a { background-color: rgb(212,209,242); }
div.DivClassName
{
background-color: #D4D1F2;
}
.BgClassName
{
background-color: #D4D1F2;
}
</style>
border-color css
<style>
span { border-color: #D4D1F2; }
span { border-color: rgb(212,209,242); }
td.TdClassName
{
border-color: #D4D1F2;
}
.TagClassName
{
border-color: #D4D1F2;
}
</style>