Shades of Quartz #D4D7FA
Tints of Quartz #D4D7FA
RGB
CMYK
RGB Variations
Color information
#D4D7FA (or 0xD4D7FA) is known color: Quartz. HEX triplet: D4, D7 and FA. RGB value is (212,215,250). Sum of RGB (Red+Green+Blue) = 212+215+250=677 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.31% from 677); Green value is 215 (84.38% from 255 or 31.76% from 677); Blue value is 250 (98.05% from 255 or 36.93% from 677); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4D7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D7FA is #2B2805. Grayscale: #D9D9D9. Windows color (decimal): -2828294 or 16439252. OLE color: 16439252.
HSL color Cylindrical-coordinate representation of color #D4D7FA: hue angle of 235.26º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4D7FA is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 215 | 250 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.02 |
| HSL | 235.26º | 0.79% | 0.91% | - |
| HSV(B) | 235.26º | 0.15% | 0.98% | - |
| XYZ | 68.71 | 69.5 | 100.24 | - |
| YUV | 218.09 | 146.01 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 215 | 250 | 0.15 | 0.14 | 0 | 0.02 | 235.26 | 0.79 | 0.91 |
| Hex | D4 | D7 | FA | F | E | 0 | 2 | EB | 4F | 5B |
| Octal | 324 | 327 | 372 | 17 | 16 | 0 | 2 | 353 | 117 | 133 |
| Binary | 11010100 | 11010111 | 11111010 | 1111 | 1110 | 0 | 10 | 11101011 | 1001111 | 1011011 |
Color Harmonies of #D4D7FA
Complementary color
Monochromatic Colors of #D4D7FA
Black with #D4D7FA
Text Example
Text Example
White with #D4D7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D7FA; }
p { color: rgb(212,215,250); }
H1.HeaderClassName
{
color: #D4D7FA;
}
.AnyTagClassName
{
color: #D4D7FA;
}
</style>
background-color css
<style>
a { background-color: #D4D7FA; }
a { background-color: rgb(212,215,250); }
div.DivClassName
{
background-color: #D4D7FA;
}
.BgClassName
{
background-color: #D4D7FA;
}
</style>
border-color css
<style>
span { border-color: #D4D7FA; }
span { border-color: rgb(212,215,250); }
td.TdClassName
{
border-color: #D4D7FA;
}
.TagClassName
{
border-color: #D4D7FA;
}
</style>