Shades of Quartz #D8D3F0
Tints of Quartz #D8D3F0
RGB
CMYK
RGB Variations
Color information
#D8D3F0 (or 0xD8D3F0) is known color: Quartz. HEX triplet: D8, D3 and F0. RGB value is (216,211,240). Sum of RGB (Red+Green+Blue) = 216+211+240=667 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.38% from 667); Green value is 211 (82.81% from 255 or 31.63% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 240 - color contains mainly: blue. Hex color #D8D3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D3F0 is #272C0F. Grayscale: #D7D7D7. Windows color (decimal): -2567184 or 15782872. OLE color: 15782872.
HSL color Cylindrical-coordinate representation of color #D8D3F0: hue angle of 250.34º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8D3F0 is Cyan = 0.1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 211 | 240 | - |
| CMYK | 0.1 | 0.12 | 0 | 0.06 |
| HSL | 250.34º | 0.49% | 0.88% | - |
| HSV(B) | 250.34º | 0.12% | 0.94% | - |
| XYZ | 67.34 | 67.48 | 91.91 | - |
| YUV | 215.8 | 141.66 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 211 | 240 | 0.1 | 0.12 | 0 | 0.06 | 250.34 | 0.49 | 0.88 |
| Hex | D8 | D3 | F0 | A | C | 0 | 6 | FA | 31 | 58 |
| Octal | 330 | 323 | 360 | 12 | 14 | 0 | 6 | 372 | 61 | 130 |
| Binary | 11011000 | 11010011 | 11110000 | 1010 | 1100 | 0 | 110 | 11111010 | 110001 | 1011000 |
Color Harmonies of #D8D3F0
Complementary color
Monochromatic Colors of #D8D3F0
Black with #D8D3F0
Text Example
Text Example
White with #D8D3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D3F0; }
p { color: rgb(216,211,240); }
H1.HeaderClassName
{
color: #D8D3F0;
}
.AnyTagClassName
{
color: #D8D3F0;
}
</style>
background-color css
<style>
a { background-color: #D8D3F0; }
a { background-color: rgb(216,211,240); }
div.DivClassName
{
background-color: #D8D3F0;
}
.BgClassName
{
background-color: #D8D3F0;
}
</style>
border-color css
<style>
span { border-color: #D8D3F0; }
span { border-color: rgb(216,211,240); }
td.TdClassName
{
border-color: #D8D3F0;
}
.TagClassName
{
border-color: #D8D3F0;
}
</style>