Shades of Quartz #D4D3F5
Tints of Quartz #D4D3F5
RGB
CMYK
RGB Variations
Color information
#D4D3F5 (or 0xD4D3F5) is known color: Quartz. HEX triplet: D4, D3 and F5. RGB value is (212,211,245). Sum of RGB (Red+Green+Blue) = 212+211+245=668 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.74% from 668); Green value is 211 (82.81% from 255 or 31.59% from 668); Blue value is 245 (96.09% from 255 or 36.68% from 668); Max value from RGB is 245 - color contains mainly: blue. Hex color #D4D3F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D3F5 is #2B2C0A. Grayscale: #D7D7D7. Windows color (decimal): -2829323 or 16110548. OLE color: 16110548.
HSL color Cylindrical-coordinate representation of color #D4D3F5: hue angle of 241.76º degrees, saturation: 0.63, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4D3F5 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 211 | 245 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.04 |
| HSL | 241.76º | 0.63% | 0.89% | - |
| HSV(B) | 241.76º | 0.14% | 0.96% | - |
| XYZ | 66.93 | 67.18 | 95.83 | - |
| YUV | 215.18 | 144.83 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 211 | 245 | 0.13 | 0.14 | 0 | 0.04 | 241.76 | 0.63 | 0.89 |
| Hex | D4 | D3 | F5 | D | E | 0 | 4 | F2 | 3F | 59 |
| Octal | 324 | 323 | 365 | 15 | 16 | 0 | 4 | 362 | 77 | 131 |
| Binary | 11010100 | 11010011 | 11110101 | 1101 | 1110 | 0 | 100 | 11110010 | 111111 | 1011001 |
Color Harmonies of #D4D3F5
Complementary color
Monochromatic Colors of #D4D3F5
Black with #D4D3F5
Text Example
Text Example
White with #D4D3F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D3F5; }
p { color: rgb(212,211,245); }
H1.HeaderClassName
{
color: #D4D3F5;
}
.AnyTagClassName
{
color: #D4D3F5;
}
</style>
background-color css
<style>
a { background-color: #D4D3F5; }
a { background-color: rgb(212,211,245); }
div.DivClassName
{
background-color: #D4D3F5;
}
.BgClassName
{
background-color: #D4D3F5;
}
</style>
border-color css
<style>
span { border-color: #D4D3F5; }
span { border-color: rgb(212,211,245); }
td.TdClassName
{
border-color: #D4D3F5;
}
.TagClassName
{
border-color: #D4D3F5;
}
</style>