Shades of Downy #65DED0
Tints of Downy #65DED0
RGB
CMYK
RGB Variations
Color information
#65DED0 (or 0x65DED0) is known color: Downy. HEX triplet: 65, DE and D0. RGB value is (101,222,208). Sum of RGB (Red+Green+Blue) = 101+222+208=531 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.02% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #65DED0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DED0 is #9A212F. Grayscale: #B8B8B8. Windows color (decimal): -10101040 or 13688421. OLE color: 13688421.
HSL color Cylindrical-coordinate representation of color #65DED0: hue angle of 173.06º 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 #65DED0 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 222 | 208 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.13 |
| HSL | 173.06º | 0.65% | 0.63% | - |
| HSV(B) | 173.06º | 0.55% | 0.87% | - |
| XYZ | 42.87 | 59.56 | 68.91 | - |
| YUV | 184.23 | 141.41 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 222 | 208 | 0.55 | 0 | 0.06 | 0.13 | 173.06 | 0.65 | 0.63 |
| Hex | 65 | DE | D0 | 37 | 0 | 6 | D | AD | 41 | 3F |
| Octal | 145 | 336 | 320 | 67 | 0 | 6 | 15 | 255 | 101 | 77 |
| Binary | 1100101 | 11011110 | 11010000 | 110111 | 0 | 110 | 1101 | 10101101 | 1000001 | 111111 |
Color Harmonies of #65DED0
Complementary color
Monochromatic Colors of #65DED0
Black with #65DED0
Text Example
Text Example
White with #65DED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DED0; }
p { color: rgb(101,222,208); }
H1.HeaderClassName
{
color: #65DED0;
}
.AnyTagClassName
{
color: #65DED0;
}
</style>
background-color css
<style>
a { background-color: #65DED0; }
a { background-color: rgb(101,222,208); }
div.DivClassName
{
background-color: #65DED0;
}
.BgClassName
{
background-color: #65DED0;
}
</style>
border-color css
<style>
span { border-color: #65DED0; }
span { border-color: rgb(101,222,208); }
td.TdClassName
{
border-color: #65DED0;
}
.TagClassName
{
border-color: #65DED0;
}
</style>