Shades of Quartz #DCDBE3
Tints of Quartz #DCDBE3
RGB
CMYK
RGB Variations
Color information
#DCDBE3 (or 0xDCDBE3) is known color: Quartz. HEX triplet: DC, DB and E3. RGB value is (220,219,227). Sum of RGB (Red+Green+Blue) = 220+219+227=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 219 (85.94% from 255 or 32.88% from 666); Blue value is 227 (89.06% from 255 or 34.08% from 666); Max value from RGB is 227 - color contains mainly: blue. Hex color #DCDBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDBE3 is #23241C. Grayscale: #DCDCDC. Windows color (decimal): -2303005 or 14932956. OLE color: 14932956.
HSL color Cylindrical-coordinate representation of color #DCDBE3: hue angle of 247.5º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCDBE3 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 220 | 219 | 227 | - |
CMYK | 0.03 | 0.04 | 0 | 0.11 |
HSL | 247.5º | 0.13% | 0.87% | - |
HSV(B) | 247.5º | 0.04% | 0.89% | - |
XYZ | 68.71 | 71.42 | 82.84 | - |
YUV | 220.21 | 131.83 | 127.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 219 | 227 | 0.03 | 0.04 | 0 | 0.11 | 247.5 | 0.13 | 0.87 |
Hex | DC | DB | E3 | 3 | 4 | 0 | B | F8 | C | 57 |
Octal | 334 | 333 | 343 | 3 | 4 | 0 | 13 | 370 | 14 | 127 |
Binary | 11011100 | 11011011 | 11100011 | 11 | 100 | 0 | 1011 | 11111000 | 1100 | 1010111 |
Color Harmonies of #DCDBE3
Complementary color
Monochromatic Colors of #DCDBE3
Black with #DCDBE3
Text Example
Text Example
White with #DCDBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDBE3; }
p { color: rgb(220,219,227); }
H1.HeaderClassName
{
color: #DCDBE3;
}
.AnyTagClassName
{
color: #DCDBE3;
}
</style>
background-color css
<style>
a { background-color: #DCDBE3; }
a { background-color: rgb(220,219,227); }
div.DivClassName
{
background-color: #DCDBE3;
}
.BgClassName
{
background-color: #DCDBE3;
}
</style>
border-color css
<style>
span { border-color: #DCDBE3; }
span { border-color: rgb(220,219,227); }
td.TdClassName
{
border-color: #DCDBE3;
}
.TagClassName
{
border-color: #DCDBE3;
}
</style>