Shades of Quartz #D3D0F0
Tints of Quartz #D3D0F0
RGB
CMYK
RGB Variations
Color information
#D3D0F0 (or 0xD3D0F0) is known color: Quartz. HEX triplet: D3, D0 and F0. RGB value is (211,208,240). Sum of RGB (Red+Green+Blue) = 211+208+240=659 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.02% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 240 (94.14% from 255 or 36.42% from 659); Max value from RGB is 240 - color contains mainly: blue. Hex color #D3D0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D0F0 is #2C2F0F. Grayscale: #D4D4D4. Windows color (decimal): -2895632 or 15782099. OLE color: 15782099.
HSL color Cylindrical-coordinate representation of color #D3D0F0: hue angle of 245.62º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3D0F0 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 208 | 240 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.06 |
| HSL | 245.63º | 0.52% | 0.88% | - |
| HSV(B) | 245.63º | 0.13% | 0.94% | - |
| XYZ | 65.15 | 65.25 | 91.6 | - |
| YUV | 212.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 208 | 240 | 0.12 | 0.13 | 0 | 0.06 | 245.63 | 0.52 | 0.88 |
| Hex | D3 | D0 | F0 | C | D | 0 | 6 | F6 | 34 | 58 |
| Octal | 323 | 320 | 360 | 14 | 15 | 0 | 6 | 366 | 64 | 130 |
| Binary | 11010011 | 11010000 | 11110000 | 1100 | 1101 | 0 | 110 | 11110110 | 110100 | 1011000 |
Color Harmonies of #D3D0F0
Complementary color
Monochromatic Colors of #D3D0F0
Black with #D3D0F0
Text Example
Text Example
White with #D3D0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D0F0; }
p { color: rgb(211,208,240); }
H1.HeaderClassName
{
color: #D3D0F0;
}
.AnyTagClassName
{
color: #D3D0F0;
}
</style>
background-color css
<style>
a { background-color: #D3D0F0; }
a { background-color: rgb(211,208,240); }
div.DivClassName
{
background-color: #D3D0F0;
}
.BgClassName
{
background-color: #D3D0F0;
}
</style>
border-color css
<style>
span { border-color: #D3D0F0; }
span { border-color: rgb(211,208,240); }
td.TdClassName
{
border-color: #D3D0F0;
}
.TagClassName
{
border-color: #D3D0F0;
}
</style>