Shades of Downy #65DFCD
Tints of Downy #65DFCD
RGB
CMYK
RGB Variations
Color information
#65DFCD (or 0x65DFCD) is known color: Downy. HEX triplet: 65, DF and CD. RGB value is (101,223,205). Sum of RGB (Red+Green+Blue) = 101+223+205=529 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.09% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #65DFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DFCD is #9A2032. Grayscale: #B8B8B8. Windows color (decimal): -10100787 or 13492069. OLE color: 13492069.
HSL color Cylindrical-coordinate representation of color #65DFCD: hue angle of 171.15º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65DFCD is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 223 | 205 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.13 |
| HSL | 171.15º | 0.66% | 0.64% | - |
| HSV(B) | 171.15º | 0.55% | 0.87% | - |
| XYZ | 42.77 | 59.95 | 67.07 | - |
| YUV | 184.47 | 139.58 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 205 | 0.55 | 0 | 0.08 | 0.13 | 171.15 | 0.66 | 0.64 |
| Hex | 65 | DF | CD | 37 | 0 | 8 | D | AB | 42 | 40 |
| Octal | 145 | 337 | 315 | 67 | 0 | 10 | 15 | 253 | 102 | 100 |
| Binary | 1100101 | 11011111 | 11001101 | 110111 | 0 | 1000 | 1101 | 10101011 | 1000010 | 1000000 |
Color Harmonies of #65DFCD
Complementary color
Monochromatic Colors of #65DFCD
Black with #65DFCD
Text Example
Text Example
White with #65DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DFCD; }
p { color: rgb(101,223,205); }
H1.HeaderClassName
{
color: #65DFCD;
}
.AnyTagClassName
{
color: #65DFCD;
}
</style>
background-color css
<style>
a { background-color: #65DFCD; }
a { background-color: rgb(101,223,205); }
div.DivClassName
{
background-color: #65DFCD;
}
.BgClassName
{
background-color: #65DFCD;
}
</style>
border-color css
<style>
span { border-color: #65DFCD; }
span { border-color: rgb(101,223,205); }
td.TdClassName
{
border-color: #65DFCD;
}
.TagClassName
{
border-color: #65DFCD;
}
</style>