Shades of Downy #65DDC7
Tints of Downy #65DDC7
RGB
CMYK
RGB Variations
Color information
#65DDC7 (or 0x65DDC7) is known color: Downy. HEX triplet: 65, DD and C7. RGB value is (101,221,199). Sum of RGB (Red+Green+Blue) = 101+221+199=521 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.39% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 199 (78.12% from 255 or 38.20% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #65DDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DDC7 is #9A2238. Grayscale: #B6B6B6. Windows color (decimal): -10101305 or 13098341. OLE color: 13098341.
HSL color Cylindrical-coordinate representation of color #65DDC7: hue angle of 169º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DDC7 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 221 | 199 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.13 |
| HSL | 169º | 0.64% | 0.63% | - |
| HSV(B) | 169º | 0.54% | 0.87% | - |
| XYZ | 41.53 | 58.6 | 63.16 | - |
| YUV | 182.61 | 137.24 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 221 | 199 | 0.54 | 0 | 0.10 | 0.13 | 169 | 0.64 | 0.63 |
| Hex | 65 | DD | C7 | 36 | 0 | A | D | A9 | 40 | 3F |
| Octal | 145 | 335 | 307 | 66 | 0 | 12 | 15 | 251 | 100 | 77 |
| Binary | 1100101 | 11011101 | 11000111 | 110110 | 0 | 1010 | 1101 | 10101001 | 1000000 | 111111 |
Color Harmonies of #65DDC7
Complementary color
Monochromatic Colors of #65DDC7
Black with #65DDC7
Text Example
Text Example
White with #65DDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DDC7; }
p { color: rgb(101,221,199); }
H1.HeaderClassName
{
color: #65DDC7;
}
.AnyTagClassName
{
color: #65DDC7;
}
</style>
background-color css
<style>
a { background-color: #65DDC7; }
a { background-color: rgb(101,221,199); }
div.DivClassName
{
background-color: #65DDC7;
}
.BgClassName
{
background-color: #65DDC7;
}
</style>
border-color css
<style>
span { border-color: #65DDC7; }
span { border-color: rgb(101,221,199); }
td.TdClassName
{
border-color: #65DDC7;
}
.TagClassName
{
border-color: #65DDC7;
}
</style>