Shades of Quartz #D3D3F4
Tints of Quartz #D3D3F4
RGB
CMYK
RGB Variations
Color information
#D3D3F4 (or 0xD3D3F4) is known color: Quartz. HEX triplet: D3, D3 and F4. RGB value is (211,211,244). Sum of RGB (Red+Green+Blue) = 211+211+244=666 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.68% from 666); Green value is 211 (82.81% from 255 or 31.68% from 666); Blue value is 244 (95.70% from 255 or 36.64% from 666); Max value from RGB is 244 - color contains mainly: blue. Hex color #D3D3F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D3F4 is #2C2C0B. Grayscale: #D6D6D6. Windows color (decimal): -2894860 or 16045011. OLE color: 16045011.
HSL color Cylindrical-coordinate representation of color #D3D3F4: hue angle of 240º degrees, saturation: 0.6, 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 #D3D3F4 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 211 | 244 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.04 |
| HSL | 240º | 0.6% | 0.89% | - |
| HSV(B) | 240º | 0.14% | 0.96% | - |
| XYZ | 66.49 | 66.97 | 95.01 | - |
| YUV | 214.76 | 144.5 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 211 | 244 | 0.14 | 0.14 | 0 | 0.04 | 240 | 0.6 | 0.89 |
| Hex | D3 | D3 | F4 | E | E | 0 | 4 | F0 | 3C | 59 |
| Octal | 323 | 323 | 364 | 16 | 16 | 0 | 4 | 360 | 74 | 131 |
| Binary | 11010011 | 11010011 | 11110100 | 1110 | 1110 | 0 | 100 | 11110000 | 111100 | 1011001 |
Color Harmonies of #D3D3F4
Complementary color
Monochromatic Colors of #D3D3F4
Black with #D3D3F4
Text Example
Text Example
White with #D3D3F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D3F4; }
p { color: rgb(211,211,244); }
H1.HeaderClassName
{
color: #D3D3F4;
}
.AnyTagClassName
{
color: #D3D3F4;
}
</style>
background-color css
<style>
a { background-color: #D3D3F4; }
a { background-color: rgb(211,211,244); }
div.DivClassName
{
background-color: #D3D3F4;
}
.BgClassName
{
background-color: #D3D3F4;
}
</style>
border-color css
<style>
span { border-color: #D3D3F4; }
span { border-color: rgb(211,211,244); }
td.TdClassName
{
border-color: #D3D3F4;
}
.TagClassName
{
border-color: #D3D3F4;
}
</style>