Shades of Quartz #D1D0ED
Tints of Quartz #D1D0ED
RGB
CMYK
RGB Variations
Color information
#D1D0ED (or 0xD1D0ED) is known color: Quartz. HEX triplet: D1, D0 and ED. RGB value is (209,208,237). Sum of RGB (Red+Green+Blue) = 209+208+237=654 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.96% from 654); Green value is 208 (81.64% from 255 or 31.80% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #D1D0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D0ED is #2E2F12. Grayscale: #D3D3D3. Windows color (decimal): -3026707 or 15585489. OLE color: 15585489.
HSL color Cylindrical-coordinate representation of color #D1D0ED: hue angle of 242.07º degrees, saturation: 0.45, 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 #D1D0ED is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 209 | 208 | 237 | - |
CMYK | 0.12 | 0.12 | 0 | 0.07 |
HSL | 242.07º | 0.45% | 0.87% | - |
HSV(B) | 242.07º | 0.12% | 0.93% | - |
XYZ | 64.14 | 64.78 | 89.24 | - |
YUV | 211.61 | 142.33 | 126.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 208 | 237 | 0.12 | 0.12 | 0 | 0.07 | 242.07 | 0.45 | 0.87 |
Hex | D1 | D0 | ED | C | C | 0 | 7 | F2 | 2D | 57 |
Octal | 321 | 320 | 355 | 14 | 14 | 0 | 7 | 362 | 55 | 127 |
Binary | 11010001 | 11010000 | 11101101 | 1100 | 1100 | 0 | 111 | 11110010 | 101101 | 1010111 |
Color Harmonies of #D1D0ED
Complementary color
Monochromatic Colors of #D1D0ED
Black with #D1D0ED
Text Example
Text Example
White with #D1D0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D0ED; }
p { color: rgb(209,208,237); }
H1.HeaderClassName
{
color: #D1D0ED;
}
.AnyTagClassName
{
color: #D1D0ED;
}
</style>
background-color css
<style>
a { background-color: #D1D0ED; }
a { background-color: rgb(209,208,237); }
div.DivClassName
{
background-color: #D1D0ED;
}
.BgClassName
{
background-color: #D1D0ED;
}
</style>
border-color css
<style>
span { border-color: #D1D0ED; }
span { border-color: rgb(209,208,237); }
td.TdClassName
{
border-color: #D1D0ED;
}
.TagClassName
{
border-color: #D1D0ED;
}
</style>