Shades of Aqua Haze #DCDDDB
Tints of Aqua Haze #DCDDDB
RGB
CMYK
RGB Variations
Color information
#DCDDDB (or 0xDCDDDB) is known color: Aqua Haze. HEX triplet: DC, DD and DB. RGB value is (220,221,219). Sum of RGB (Red+Green+Blue) = 220+221+219=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDDDB is #232224. Grayscale: #DCDCDC. Windows color (decimal): -2302501 or 14409180. OLE color: 14409180.
HSL color Cylindrical-coordinate representation of color #DCDDDB: hue angle of 90º degrees, saturation: 0.03, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DCDDDB is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 221 | 219 | - |
CMYK | 0.00 | 0 | 0.01 | 0.13 |
HSL | 90º | 0.03% | 0.86% | - |
HSV(B) | 90º | 0.01% | 0.87% | - |
XYZ | 68.16 | 72.04 | 77.33 | - |
YUV | 220.47 | 127.17 | 127.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 221 | 219 | 0.00 | 0 | 0.01 | 0.13 | 90 | 0.03 | 0.86 |
Hex | DC | DD | DB | 0 | 0 | 1 | D | 5A | 3 | 56 |
Octal | 334 | 335 | 333 | 0 | 0 | 1 | 15 | 132 | 3 | 126 |
Binary | 11011100 | 11011101 | 11011011 | 0 | 0 | 1 | 1101 | 1011010 | 11 | 1010110 |
Color Harmonies of #DCDDDB
Complementary color
Monochromatic Colors of #DCDDDB
Black with #DCDDDB
Text Example
Text Example
White with #DCDDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDDB; }
p { color: rgb(220,221,219); }
H1.HeaderClassName
{
color: #DCDDDB;
}
.AnyTagClassName
{
color: #DCDDDB;
}
</style>
background-color css
<style>
a { background-color: #DCDDDB; }
a { background-color: rgb(220,221,219); }
div.DivClassName
{
background-color: #DCDDDB;
}
.BgClassName
{
background-color: #DCDDDB;
}
</style>
border-color css
<style>
span { border-color: #DCDDDB; }
span { border-color: rgb(220,221,219); }
td.TdClassName
{
border-color: #DCDDDB;
}
.TagClassName
{
border-color: #DCDDDB;
}
</style>