Shades of Quartz #DCDDE7
Tints of Quartz #DCDDE7
RGB
CMYK
RGB Variations
Color information
#DCDDE7 (or 0xDCDDE7) is known color: Quartz. HEX triplet: DC, DD and E7. RGB value is (220,221,231). Sum of RGB (Red+Green+Blue) = 220+221+231=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 231 (90.62% from 255 or 34.38% from 672); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCDDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDDE7 is #232218. Grayscale: #DDDDDD. Windows color (decimal): -2302489 or 15195612. OLE color: 15195612.
HSL color Cylindrical-coordinate representation of color #DCDDE7: hue angle of 234.55º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCDDE7 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 221 | 231 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.09 |
| HSL | 234.55º | 0.19% | 0.88% | - |
| HSV(B) | 234.55º | 0.05% | 0.91% | - |
| XYZ | 69.8 | 72.7 | 85.95 | - |
| YUV | 221.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 231 | 0.05 | 0.04 | 0 | 0.09 | 234.55 | 0.19 | 0.88 |
| Hex | DC | DD | E7 | 5 | 4 | 0 | 9 | EB | 13 | 58 |
| Octal | 334 | 335 | 347 | 5 | 4 | 0 | 11 | 353 | 23 | 130 |
| Binary | 11011100 | 11011101 | 11100111 | 101 | 100 | 0 | 1001 | 11101011 | 10011 | 1011000 |
Color Harmonies of #DCDDE7
Complementary color
Monochromatic Colors of #DCDDE7
Black with #DCDDE7
Text Example
Text Example
White with #DCDDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDE7; }
p { color: rgb(220,221,231); }
H1.HeaderClassName
{
color: #DCDDE7;
}
.AnyTagClassName
{
color: #DCDDE7;
}
</style>
background-color css
<style>
a { background-color: #DCDDE7; }
a { background-color: rgb(220,221,231); }
div.DivClassName
{
background-color: #DCDDE7;
}
.BgClassName
{
background-color: #DCDDE7;
}
</style>
border-color css
<style>
span { border-color: #DCDDE7; }
span { border-color: rgb(220,221,231); }
td.TdClassName
{
border-color: #DCDDE7;
}
.TagClassName
{
border-color: #DCDDE7;
}
</style>