Shades of Quartz #D3D1ED
Tints of Quartz #D3D1ED
RGB
CMYK
RGB Variations
Color information
#D3D1ED (or 0xD3D1ED) is known color: Quartz. HEX triplet: D3, D1 and ED. RGB value is (211,209,237). Sum of RGB (Red+Green+Blue) = 211+209+237=657 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.12% from 657); Green value is 209 (82.03% from 255 or 31.81% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 237 - color contains mainly: blue. Hex color #D3D1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3D1ED is #2C2E12. Grayscale: #D4D4D4. Windows color (decimal): -2895379 or 15585747. OLE color: 15585747.
HSL color Cylindrical-coordinate representation of color #D3D1ED: hue angle of 244.29º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3D1ED is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 211 | 209 | 237 | - |
CMYK | 0.11 | 0.12 | 0 | 0.07 |
HSL | 244.29º | 0.44% | 0.87% | - |
HSV(B) | 244.29º | 0.12% | 0.93% | - |
XYZ | 64.95 | 65.56 | 89.35 | - |
YUV | 212.79 | 141.66 | 126.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 209 | 237 | 0.11 | 0.12 | 0 | 0.07 | 244.29 | 0.44 | 0.87 |
Hex | D3 | D1 | ED | B | C | 0 | 7 | F4 | 2C | 57 |
Octal | 323 | 321 | 355 | 13 | 14 | 0 | 7 | 364 | 54 | 127 |
Binary | 11010011 | 11010001 | 11101101 | 1011 | 1100 | 0 | 111 | 11110100 | 101100 | 1010111 |
Color Harmonies of #D3D1ED
Complementary color
Monochromatic Colors of #D3D1ED
Black with #D3D1ED
Text Example
Text Example
White with #D3D1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D1ED; }
p { color: rgb(211,209,237); }
H1.HeaderClassName
{
color: #D3D1ED;
}
.AnyTagClassName
{
color: #D3D1ED;
}
</style>
background-color css
<style>
a { background-color: #D3D1ED; }
a { background-color: rgb(211,209,237); }
div.DivClassName
{
background-color: #D3D1ED;
}
.BgClassName
{
background-color: #D3D1ED;
}
</style>
border-color css
<style>
span { border-color: #D3D1ED; }
span { border-color: rgb(211,209,237); }
td.TdClassName
{
border-color: #D3D1ED;
}
.TagClassName
{
border-color: #D3D1ED;
}
</style>