Shades of Quartz #D6D3F2
Tints of Quartz #D6D3F2
RGB
CMYK
RGB Variations
Color information
#D6D3F2 (or 0xD6D3F2) is known color: Quartz. HEX triplet: D6, D3 and F2. RGB value is (214,211,242). Sum of RGB (Red+Green+Blue) = 214+211+242=667 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.08% from 667); Green value is 211 (82.81% from 255 or 31.63% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 242 - color contains mainly: blue. Hex color #D6D3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D3F2 is #292C0D. Grayscale: #D7D7D7. Windows color (decimal): -2698254 or 15913942. OLE color: 15913942.
HSL color Cylindrical-coordinate representation of color #D6D3F2: hue angle of 245.81º degrees, saturation: 0.54, 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 #D6D3F2 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 211 | 242 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.05 |
| HSL | 245.81º | 0.54% | 0.89% | - |
| HSV(B) | 245.81º | 0.13% | 0.95% | - |
| XYZ | 67.05 | 67.3 | 93.46 | - |
| YUV | 215.43 | 142.99 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 242 | 0.12 | 0.13 | 0 | 0.05 | 245.81 | 0.54 | 0.89 |
| Hex | D6 | D3 | F2 | C | D | 0 | 5 | F6 | 36 | 59 |
| Octal | 326 | 323 | 362 | 14 | 15 | 0 | 5 | 366 | 66 | 131 |
| Binary | 11010110 | 11010011 | 11110010 | 1100 | 1101 | 0 | 101 | 11110110 | 110110 | 1011001 |
Color Harmonies of #D6D3F2
Complementary color
Monochromatic Colors of #D6D3F2
Black with #D6D3F2
Text Example
Text Example
White with #D6D3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D3F2; }
p { color: rgb(214,211,242); }
H1.HeaderClassName
{
color: #D6D3F2;
}
.AnyTagClassName
{
color: #D6D3F2;
}
</style>
background-color css
<style>
a { background-color: #D6D3F2; }
a { background-color: rgb(214,211,242); }
div.DivClassName
{
background-color: #D6D3F2;
}
.BgClassName
{
background-color: #D6D3F2;
}
</style>
border-color css
<style>
span { border-color: #D6D3F2; }
span { border-color: rgb(214,211,242); }
td.TdClassName
{
border-color: #D6D3F2;
}
.TagClassName
{
border-color: #D6D3F2;
}
</style>