Shades of Quartz #DCDBE2
Tints of Quartz #DCDBE2
RGB
CMYK
RGB Variations
Color information
#DCDBE2 (or 0xDCDBE2) is known color: Quartz. HEX triplet: DC, DB and E2. RGB value is (220,219,226). Sum of RGB (Red+Green+Blue) = 220+219+226=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 219 (85.94% from 255 or 32.93% from 665); Blue value is 226 (88.67% from 255 or 33.98% from 665); Max value from RGB is 226 - color contains mainly: blue. Hex color #DCDBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDBE2 is #23241D. Grayscale: #DCDCDC. Windows color (decimal): -2303006 or 14867420. OLE color: 14867420.
HSL color Cylindrical-coordinate representation of color #DCDBE2: hue angle of 248.57º degrees, saturation: 0.11, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DCDBE2 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 220 | 219 | 226 | - |
CMYK | 0.03 | 0.03 | 0 | 0.11 |
HSL | 248.57º | 0.11% | 0.87% | - |
HSV(B) | 248.57º | 0.03% | 0.89% | - |
XYZ | 68.57 | 71.37 | 82.11 | - |
YUV | 220.1 | 131.33 | 127.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 219 | 226 | 0.03 | 0.03 | 0 | 0.11 | 248.57 | 0.11 | 0.87 |
Hex | DC | DB | E2 | 3 | 3 | 0 | B | F9 | B | 57 |
Octal | 334 | 333 | 342 | 3 | 3 | 0 | 13 | 371 | 13 | 127 |
Binary | 11011100 | 11011011 | 11100010 | 11 | 11 | 0 | 1011 | 11111001 | 1011 | 1010111 |
Color Harmonies of #DCDBE2
Complementary color
Monochromatic Colors of #DCDBE2
Black with #DCDBE2
Text Example
Text Example
White with #DCDBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDBE2; }
p { color: rgb(220,219,226); }
H1.HeaderClassName
{
color: #DCDBE2;
}
.AnyTagClassName
{
color: #DCDBE2;
}
</style>
background-color css
<style>
a { background-color: #DCDBE2; }
a { background-color: rgb(220,219,226); }
div.DivClassName
{
background-color: #DCDBE2;
}
.BgClassName
{
background-color: #DCDBE2;
}
</style>
border-color css
<style>
span { border-color: #DCDBE2; }
span { border-color: rgb(220,219,226); }
td.TdClassName
{
border-color: #DCDBE2;
}
.TagClassName
{
border-color: #DCDBE2;
}
</style>