Shades of Quartz #D3D0E9
Tints of Quartz #D3D0E9
RGB
CMYK
RGB Variations
Color information
#D3D0E9 (or 0xD3D0E9) is known color: Quartz. HEX triplet: D3, D0 and E9. RGB value is (211,208,233). Sum of RGB (Red+Green+Blue) = 211+208+233=652 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.36% from 652); Green value is 208 (81.64% from 255 or 31.90% from 652); Blue value is 233 (91.41% from 255 or 35.74% from 652); Max value from RGB is 233 - color contains mainly: blue. Hex color #D3D0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D0E9 is #2C2F16. Grayscale: #D3D3D3. Windows color (decimal): -2895639 or 15323347. OLE color: 15323347.
HSL color Cylindrical-coordinate representation of color #D3D0E9: hue angle of 247.2º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3D0E9 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 208 | 233 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.09 |
| HSL | 247.2º | 0.36% | 0.86% | - |
| HSV(B) | 247.2º | 0.11% | 0.91% | - |
| XYZ | 64.13 | 64.84 | 86.23 | - |
| YUV | 211.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 208 | 233 | 0.09 | 0.11 | 0 | 0.09 | 247.2 | 0.36 | 0.86 |
| Hex | D3 | D0 | E9 | 9 | B | 0 | 9 | F7 | 24 | 56 |
| Octal | 323 | 320 | 351 | 11 | 13 | 0 | 11 | 367 | 44 | 126 |
| Binary | 11010011 | 11010000 | 11101001 | 1001 | 1011 | 0 | 1001 | 11110111 | 100100 | 1010110 |
Color Harmonies of #D3D0E9
Complementary color
Monochromatic Colors of #D3D0E9
Black with #D3D0E9
Text Example
Text Example
White with #D3D0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D0E9; }
p { color: rgb(211,208,233); }
H1.HeaderClassName
{
color: #D3D0E9;
}
.AnyTagClassName
{
color: #D3D0E9;
}
</style>
background-color css
<style>
a { background-color: #D3D0E9; }
a { background-color: rgb(211,208,233); }
div.DivClassName
{
background-color: #D3D0E9;
}
.BgClassName
{
background-color: #D3D0E9;
}
</style>
border-color css
<style>
span { border-color: #D3D0E9; }
span { border-color: rgb(211,208,233); }
td.TdClassName
{
border-color: #D3D0E9;
}
.TagClassName
{
border-color: #D3D0E9;
}
</style>