Shades of Quartz #DCDBE8
Tints of Quartz #DCDBE8
RGB
CMYK
RGB Variations
Color information
#DCDBE8 (or 0xDCDBE8) is known color: Quartz. HEX triplet: DC, DB and E8. RGB value is (220,219,232). Sum of RGB (Red+Green+Blue) = 220+219+232=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 232 (91.02% from 255 or 34.58% from 671); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCDBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDBE8 is #232417. Grayscale: #DCDCDC. Windows color (decimal): -2303000 or 15260636. OLE color: 15260636.
HSL color Cylindrical-coordinate representation of color #DCDBE8: hue angle of 244.62º degrees, saturation: 0.22, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCDBE8 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 219 | 232 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.09 |
| HSL | 244.62º | 0.22% | 0.88% | - |
| HSV(B) | 244.62º | 0.06% | 0.91% | - |
| XYZ | 69.41 | 71.7 | 86.53 | - |
| YUV | 220.78 | 134.33 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 232 | 0.05 | 0.06 | 0 | 0.09 | 244.62 | 0.22 | 0.88 |
| Hex | DC | DB | E8 | 5 | 6 | 0 | 9 | F5 | 16 | 58 |
| Octal | 334 | 333 | 350 | 5 | 6 | 0 | 11 | 365 | 26 | 130 |
| Binary | 11011100 | 11011011 | 11101000 | 101 | 110 | 0 | 1001 | 11110101 | 10110 | 1011000 |
Color Harmonies of #DCDBE8
Complementary color
Monochromatic Colors of #DCDBE8
Black with #DCDBE8
Text Example
Text Example
White with #DCDBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDBE8; }
p { color: rgb(220,219,232); }
H1.HeaderClassName
{
color: #DCDBE8;
}
.AnyTagClassName
{
color: #DCDBE8;
}
</style>
background-color css
<style>
a { background-color: #DCDBE8; }
a { background-color: rgb(220,219,232); }
div.DivClassName
{
background-color: #DCDBE8;
}
.BgClassName
{
background-color: #DCDBE8;
}
</style>
border-color css
<style>
span { border-color: #DCDBE8; }
span { border-color: rgb(220,219,232); }
td.TdClassName
{
border-color: #DCDBE8;
}
.TagClassName
{
border-color: #DCDBE8;
}
</style>