Shades of Downy #71DDCB
Tints of Downy #71DDCB
RGB
CMYK
RGB Variations
Color information
#71DDCB (or 0x71DDCB) is known color: Downy. HEX triplet: 71, DD and CB. RGB value is (113,221,203). Sum of RGB (Red+Green+Blue) = 113+221+203=537 (71% of max value = 765). Red value is 113 (44.53% from 255 or 21.04% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #71DDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DDCB is #8E2234. Grayscale: #BABABA. Windows color (decimal): -9314869 or 13360497. OLE color: 13360497.
HSL color Cylindrical-coordinate representation of color #71DDCB: hue angle of 170º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DDCB is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 221 | 203 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.13 |
| HSL | 170º | 0.61% | 0.65% | - |
| HSV(B) | 170º | 0.49% | 0.87% | - |
| XYZ | 43.45 | 59.54 | 65.7 | - |
| YUV | 186.66 | 137.22 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 221 | 203 | 0.49 | 0 | 0.08 | 0.13 | 170 | 0.61 | 0.65 |
| Hex | 71 | DD | CB | 31 | 0 | 8 | D | AA | 3D | 41 |
| Octal | 161 | 335 | 313 | 61 | 0 | 10 | 15 | 252 | 75 | 101 |
| Binary | 1110001 | 11011101 | 11001011 | 110001 | 0 | 1000 | 1101 | 10101010 | 111101 | 1000001 |
Color Harmonies of #71DDCB
Complementary color
Monochromatic Colors of #71DDCB
Black with #71DDCB
Text Example
Text Example
White with #71DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DDCB; }
p { color: rgb(113,221,203); }
H1.HeaderClassName
{
color: #71DDCB;
}
.AnyTagClassName
{
color: #71DDCB;
}
</style>
background-color css
<style>
a { background-color: #71DDCB; }
a { background-color: rgb(113,221,203); }
div.DivClassName
{
background-color: #71DDCB;
}
.BgClassName
{
background-color: #71DDCB;
}
</style>
border-color css
<style>
span { border-color: #71DDCB; }
span { border-color: rgb(113,221,203); }
td.TdClassName
{
border-color: #71DDCB;
}
.TagClassName
{
border-color: #71DDCB;
}
</style>