Shades of Quartz #D0D1EC
Tints of Quartz #D0D1EC
RGB
CMYK
RGB Variations
Color information
#D0D1EC (or 0xD0D1EC) is known color: Quartz. HEX triplet: D0, D1 and EC. RGB value is (208,209,236). Sum of RGB (Red+Green+Blue) = 208+209+236=653 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.85% from 653); Green value is 209 (82.03% from 255 or 32.01% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0D1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D1EC is #2F2E13. Grayscale: #D3D3D3. Windows color (decimal): -3091988 or 15520208. OLE color: 15520208.
HSL color Cylindrical-coordinate representation of color #D0D1EC: hue angle of 237.86º degrees, saturation: 0.42, 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 #D0D1EC is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 209 | 236 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.07 |
| HSL | 237.86º | 0.42% | 0.87% | - |
| HSV(B) | 237.86º | 0.12% | 0.93% | - |
| XYZ | 63.95 | 65.07 | 88.55 | - |
| YUV | 211.78 | 141.67 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 209 | 236 | 0.12 | 0.11 | 0 | 0.07 | 237.86 | 0.42 | 0.87 |
| Hex | D0 | D1 | EC | C | B | 0 | 7 | EE | 2A | 57 |
| Octal | 320 | 321 | 354 | 14 | 13 | 0 | 7 | 356 | 52 | 127 |
| Binary | 11010000 | 11010001 | 11101100 | 1100 | 1011 | 0 | 111 | 11101110 | 101010 | 1010111 |
Color Harmonies of #D0D1EC
Complementary color
Monochromatic Colors of #D0D1EC
Black with #D0D1EC
Text Example
Text Example
White with #D0D1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D1EC; }
p { color: rgb(208,209,236); }
H1.HeaderClassName
{
color: #D0D1EC;
}
.AnyTagClassName
{
color: #D0D1EC;
}
</style>
background-color css
<style>
a { background-color: #D0D1EC; }
a { background-color: rgb(208,209,236); }
div.DivClassName
{
background-color: #D0D1EC;
}
.BgClassName
{
background-color: #D0D1EC;
}
</style>
border-color css
<style>
span { border-color: #D0D1EC; }
span { border-color: rgb(208,209,236); }
td.TdClassName
{
border-color: #D0D1EC;
}
.TagClassName
{
border-color: #D0D1EC;
}
</style>