Shades of Quartz #DCDBE5
Tints of Quartz #DCDBE5
RGB
CMYK
RGB Variations
Color information
#DCDBE5 (or 0xDCDBE5) is known color: Quartz. HEX triplet: DC, DB and E5. RGB value is (220,219,229). Sum of RGB (Red+Green+Blue) = 220+219+229=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 219 (85.94% from 255 or 32.78% from 668); Blue value is 229 (89.84% from 255 or 34.28% from 668); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCDBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDBE5 is #23241A. Grayscale: #DCDCDC. Windows color (decimal): -2303003 or 15064028. OLE color: 15064028.
HSL color Cylindrical-coordinate representation of color #DCDBE5: hue angle of 246º degrees, saturation: 0.16, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCDBE5 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 219 | 229 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.10 |
| HSL | 246º | 0.16% | 0.88% | - |
| HSV(B) | 246º | 0.04% | 0.9% | - |
| XYZ | 68.99 | 71.54 | 84.3 | - |
| YUV | 220.44 | 132.83 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 229 | 0.04 | 0.04 | 0 | 0.10 | 246 | 0.16 | 0.88 |
| Hex | DC | DB | E5 | 4 | 4 | 0 | A | F6 | 10 | 58 |
| Octal | 334 | 333 | 345 | 4 | 4 | 0 | 12 | 366 | 20 | 130 |
| Binary | 11011100 | 11011011 | 11100101 | 100 | 100 | 0 | 1010 | 11110110 | 10000 | 1011000 |
Color Harmonies of #DCDBE5
Complementary color
Monochromatic Colors of #DCDBE5
Black with #DCDBE5
Text Example
Text Example
White with #DCDBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDBE5; }
p { color: rgb(220,219,229); }
H1.HeaderClassName
{
color: #DCDBE5;
}
.AnyTagClassName
{
color: #DCDBE5;
}
</style>
background-color css
<style>
a { background-color: #DCDBE5; }
a { background-color: rgb(220,219,229); }
div.DivClassName
{
background-color: #DCDBE5;
}
.BgClassName
{
background-color: #DCDBE5;
}
</style>
border-color css
<style>
span { border-color: #DCDBE5; }
span { border-color: rgb(220,219,229); }
td.TdClassName
{
border-color: #DCDBE5;
}
.TagClassName
{
border-color: #DCDBE5;
}
</style>