Shades of Quartz #D6D3F3
Tints of Quartz #D6D3F3
RGB
CMYK
RGB Variations
Color information
#D6D3F3 (or 0xD6D3F3) is known color: Quartz. HEX triplet: D6, D3 and F3. RGB value is (214,211,243). Sum of RGB (Red+Green+Blue) = 214+211+243=668 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.04% from 668); Green value is 211 (82.81% from 255 or 31.59% from 668); Blue value is 243 (95.31% from 255 or 36.38% from 668); Max value from RGB is 243 - color contains mainly: blue. Hex color #D6D3F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D3F3 is #292C0C. Grayscale: #D7D7D7. Windows color (decimal): -2698253 or 15979478. OLE color: 15979478.
HSL color Cylindrical-coordinate representation of color #D6D3F3: hue angle of 245.62º degrees, saturation: 0.57, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6D3F3 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 211 | 243 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.05 |
| HSL | 245.63º | 0.57% | 0.89% | - |
| HSV(B) | 245.63º | 0.13% | 0.95% | - |
| XYZ | 67.2 | 67.36 | 94.25 | - |
| YUV | 215.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 243 | 0.12 | 0.13 | 0 | 0.05 | 245.63 | 0.57 | 0.89 |
| Hex | D6 | D3 | F3 | C | D | 0 | 5 | F6 | 39 | 59 |
| Octal | 326 | 323 | 363 | 14 | 15 | 0 | 5 | 366 | 71 | 131 |
| Binary | 11010110 | 11010011 | 11110011 | 1100 | 1101 | 0 | 101 | 11110110 | 111001 | 1011001 |
Color Harmonies of #D6D3F3
Complementary color
Monochromatic Colors of #D6D3F3
Black with #D6D3F3
Text Example
Text Example
White with #D6D3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D3F3; }
p { color: rgb(214,211,243); }
H1.HeaderClassName
{
color: #D6D3F3;
}
.AnyTagClassName
{
color: #D6D3F3;
}
</style>
background-color css
<style>
a { background-color: #D6D3F3; }
a { background-color: rgb(214,211,243); }
div.DivClassName
{
background-color: #D6D3F3;
}
.BgClassName
{
background-color: #D6D3F3;
}
</style>
border-color css
<style>
span { border-color: #D6D3F3; }
span { border-color: rgb(214,211,243); }
td.TdClassName
{
border-color: #D6D3F3;
}
.TagClassName
{
border-color: #D6D3F3;
}
</style>