Shades of Downy #65DECD
Tints of Downy #65DECD
RGB
CMYK
RGB Variations
Color information
#65DECD (or 0x65DECD) is known color: Downy. HEX triplet: 65, DE and CD. RGB value is (101,222,205). Sum of RGB (Red+Green+Blue) = 101+222+205=528 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.13% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #65DECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DECD is #9A2132. Grayscale: #B7B7B7. Windows color (decimal): -10101043 or 13491813. OLE color: 13491813.
HSL color Cylindrical-coordinate representation of color #65DECD: hue angle of 171.57º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65DECD is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 222 | 205 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.13 |
| HSL | 171.57º | 0.65% | 0.63% | - |
| HSV(B) | 171.57º | 0.55% | 0.87% | - |
| XYZ | 42.51 | 59.42 | 66.99 | - |
| YUV | 183.88 | 139.91 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 222 | 205 | 0.55 | 0 | 0.08 | 0.13 | 171.57 | 0.65 | 0.63 |
| Hex | 65 | DE | CD | 37 | 0 | 8 | D | AC | 41 | 3F |
| Octal | 145 | 336 | 315 | 67 | 0 | 10 | 15 | 254 | 101 | 77 |
| Binary | 1100101 | 11011110 | 11001101 | 110111 | 0 | 1000 | 1101 | 10101100 | 1000001 | 111111 |
Color Harmonies of #65DECD
Complementary color
Monochromatic Colors of #65DECD
Black with #65DECD
Text Example
Text Example
White with #65DECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DECD; }
p { color: rgb(101,222,205); }
H1.HeaderClassName
{
color: #65DECD;
}
.AnyTagClassName
{
color: #65DECD;
}
</style>
background-color css
<style>
a { background-color: #65DECD; }
a { background-color: rgb(101,222,205); }
div.DivClassName
{
background-color: #65DECD;
}
.BgClassName
{
background-color: #65DECD;
}
</style>
border-color css
<style>
span { border-color: #65DECD; }
span { border-color: rgb(101,222,205); }
td.TdClassName
{
border-color: #65DECD;
}
.TagClassName
{
border-color: #65DECD;
}
</style>