Shades of Quartz #D4D2F5
Tints of Quartz #D4D2F5
RGB
CMYK
RGB Variations
Color information
#D4D2F5 (or 0xD4D2F5) is known color: Quartz. HEX triplet: D4, D2 and F5. RGB value is (212,210,245). Sum of RGB (Red+Green+Blue) = 212+210+245=667 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.78% from 667); Green value is 210 (82.42% from 255 or 31.48% from 667); Blue value is 245 (96.09% from 255 or 36.73% from 667); Max value from RGB is 245 - color contains mainly: blue. Hex color #D4D2F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D2F5 is #2B2D0A. Grayscale: #D6D6D6. Windows color (decimal): -2829579 or 16110292. OLE color: 16110292.
HSL color Cylindrical-coordinate representation of color #D4D2F5: hue angle of 243.43º degrees, saturation: 0.64, 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 #D4D2F5 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 210 | 245 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.04 |
| HSL | 243.43º | 0.64% | 0.89% | - |
| HSV(B) | 243.43º | 0.14% | 0.96% | - |
| XYZ | 66.68 | 66.68 | 95.74 | - |
| YUV | 214.59 | 145.16 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 210 | 245 | 0.13 | 0.14 | 0 | 0.04 | 243.43 | 0.64 | 0.89 |
| Hex | D4 | D2 | F5 | D | E | 0 | 4 | F3 | 40 | 59 |
| Octal | 324 | 322 | 365 | 15 | 16 | 0 | 4 | 363 | 100 | 131 |
| Binary | 11010100 | 11010010 | 11110101 | 1101 | 1110 | 0 | 100 | 11110011 | 1000000 | 1011001 |
Color Harmonies of #D4D2F5
Complementary color
Monochromatic Colors of #D4D2F5
Black with #D4D2F5
Text Example
Text Example
White with #D4D2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D2F5; }
p { color: rgb(212,210,245); }
H1.HeaderClassName
{
color: #D4D2F5;
}
.AnyTagClassName
{
color: #D4D2F5;
}
</style>
background-color css
<style>
a { background-color: #D4D2F5; }
a { background-color: rgb(212,210,245); }
div.DivClassName
{
background-color: #D4D2F5;
}
.BgClassName
{
background-color: #D4D2F5;
}
</style>
border-color css
<style>
span { border-color: #D4D2F5; }
span { border-color: rgb(212,210,245); }
td.TdClassName
{
border-color: #D4D2F5;
}
.TagClassName
{
border-color: #D4D2F5;
}
</style>