Shades of Quartz #DCDBE1
Tints of Quartz #DCDBE1
RGB
CMYK
RGB Variations
Color information
#DCDBE1 (or 0xDCDBE1) is known color: Quartz. HEX triplet: DC, DB and E1. RGB value is (220,219,225). Sum of RGB (Red+Green+Blue) = 220+219+225=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 219 (85.94% from 255 or 32.98% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCDBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDBE1 is #23241E. Grayscale: #DBDBDB. Windows color (decimal): -2303007 or 14801884. OLE color: 14801884.
HSL color Cylindrical-coordinate representation of color #DCDBE1: hue angle of 250º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DCDBE1 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 220 | 219 | 225 | - |
CMYK | 0.02 | 0.03 | 0 | 0.12 |
HSL | 250º | 0.09% | 0.87% | - |
HSV(B) | 250º | 0.03% | 0.88% | - |
XYZ | 68.44 | 71.31 | 81.39 | - |
YUV | 219.98 | 130.83 | 128.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 219 | 225 | 0.02 | 0.03 | 0 | 0.12 | 250 | 0.09 | 0.87 |
Hex | DC | DB | E1 | 2 | 3 | 0 | C | FA | 9 | 57 |
Octal | 334 | 333 | 341 | 2 | 3 | 0 | 14 | 372 | 11 | 127 |
Binary | 11011100 | 11011011 | 11100001 | 10 | 11 | 0 | 1100 | 11111010 | 1001 | 1010111 |
Color Harmonies of #DCDBE1
Complementary color
Monochromatic Colors of #DCDBE1
Black with #DCDBE1
Text Example
Text Example
White with #DCDBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDBE1; }
p { color: rgb(220,219,225); }
H1.HeaderClassName
{
color: #DCDBE1;
}
.AnyTagClassName
{
color: #DCDBE1;
}
</style>
background-color css
<style>
a { background-color: #DCDBE1; }
a { background-color: rgb(220,219,225); }
div.DivClassName
{
background-color: #DCDBE1;
}
.BgClassName
{
background-color: #DCDBE1;
}
</style>
border-color css
<style>
span { border-color: #DCDBE1; }
span { border-color: rgb(220,219,225); }
td.TdClassName
{
border-color: #DCDBE1;
}
.TagClassName
{
border-color: #DCDBE1;
}
</style>