Shades of Aqua Haze #DCDFD9
Tints of Aqua Haze #DCDFD9
RGB
CMYK
RGB Variations
Color information
#DCDFD9 (or 0xDCDFD9) is known color: Aqua Haze. HEX triplet: DC, DF and D9. RGB value is (220,223,217). Sum of RGB (Red+Green+Blue) = 220+223+217=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 217 (85.16% from 255 or 32.88% from 660); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFD9 is #232026. Grayscale: #DDDDDD. Windows color (decimal): -2301991 or 14278620. OLE color: 14278620.
HSL color Cylindrical-coordinate representation of color #DCDFD9: hue angle of 90º degrees, saturation: 0.09, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DCDFD9 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 223 | 217 | - |
CMYK | 0.01 | 0 | 0.03 | 0.13 |
HSL | 90º | 0.09% | 0.86% | - |
HSV(B) | 90º | 0.03% | 0.87% | - |
XYZ | 68.43 | 73 | 76.13 | - |
YUV | 221.42 | 125.51 | 126.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 223 | 217 | 0.01 | 0 | 0.03 | 0.13 | 90 | 0.09 | 0.86 |
Hex | DC | DF | D9 | 1 | 0 | 3 | D | 5A | 9 | 56 |
Octal | 334 | 337 | 331 | 1 | 0 | 3 | 15 | 132 | 11 | 126 |
Binary | 11011100 | 11011111 | 11011001 | 1 | 0 | 11 | 1101 | 1011010 | 1001 | 1010110 |
Color Harmonies of #DCDFD9
Complementary color
Monochromatic Colors of #DCDFD9
Black with #DCDFD9
Text Example
Text Example
White with #DCDFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFD9; }
p { color: rgb(220,223,217); }
H1.HeaderClassName
{
color: #DCDFD9;
}
.AnyTagClassName
{
color: #DCDFD9;
}
</style>
background-color css
<style>
a { background-color: #DCDFD9; }
a { background-color: rgb(220,223,217); }
div.DivClassName
{
background-color: #DCDFD9;
}
.BgClassName
{
background-color: #DCDFD9;
}
</style>
border-color css
<style>
span { border-color: #DCDFD9; }
span { border-color: rgb(220,223,217); }
td.TdClassName
{
border-color: #DCDFD9;
}
.TagClassName
{
border-color: #DCDFD9;
}
</style>