Shades of Quartz #D0D1E1
Tints of Quartz #D0D1E1
RGB
CMYK
RGB Variations
Color information
#D0D1E1 (or 0xD0D1E1) is known color: Quartz. HEX triplet: D0, D1 and E1. RGB value is (208,209,225). Sum of RGB (Red+Green+Blue) = 208+209+225=642 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.40% from 642); Green value is 209 (82.03% from 255 or 32.55% from 642); Blue value is 225 (88.28% from 255 or 35.05% from 642); Max value from RGB is 225 - color contains mainly: blue. Hex color #D0D1E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D1E1 is #2F2E1E. Grayscale: #D2D2D2. Windows color (decimal): -3091999 or 14799312. OLE color: 14799312.
HSL color Cylindrical-coordinate representation of color #D0D1E1: hue angle of 236.47º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0D1E1 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 209 | 225 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.12 |
| HSL | 236.47º | 0.22% | 0.85% | - |
| HSV(B) | 236.47º | 0.08% | 0.88% | - |
| XYZ | 62.4 | 64.45 | 80.38 | - |
| YUV | 210.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 209 | 225 | 0.08 | 0.07 | 0 | 0.12 | 236.47 | 0.22 | 0.85 |
| Hex | D0 | D1 | E1 | 8 | 7 | 0 | C | EC | 16 | 55 |
| Octal | 320 | 321 | 341 | 10 | 7 | 0 | 14 | 354 | 26 | 125 |
| Binary | 11010000 | 11010001 | 11100001 | 1000 | 111 | 0 | 1100 | 11101100 | 10110 | 1010101 |
Color Harmonies of #D0D1E1
Complementary color
Monochromatic Colors of #D0D1E1
Black with #D0D1E1
Text Example
Text Example
White with #D0D1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D1E1; }
p { color: rgb(208,209,225); }
H1.HeaderClassName
{
color: #D0D1E1;
}
.AnyTagClassName
{
color: #D0D1E1;
}
</style>
background-color css
<style>
a { background-color: #D0D1E1; }
a { background-color: rgb(208,209,225); }
div.DivClassName
{
background-color: #D0D1E1;
}
.BgClassName
{
background-color: #D0D1E1;
}
</style>
border-color css
<style>
span { border-color: #D0D1E1; }
span { border-color: rgb(208,209,225); }
td.TdClassName
{
border-color: #D0D1E1;
}
.TagClassName
{
border-color: #D0D1E1;
}
</style>