Shades of Downy #65DCCD
Tints of Downy #65DCCD
RGB
CMYK
RGB Variations
Color information
#65DCCD (or 0x65DCCD) is known color: Downy. HEX triplet: 65, DC and CD. RGB value is (101,220,205). Sum of RGB (Red+Green+Blue) = 101+220+205=526 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.20% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #65DCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DCCD is #9A2332. Grayscale: #B6B6B6. Windows color (decimal): -10101555 or 13491301. OLE color: 13491301.
HSL color Cylindrical-coordinate representation of color #65DCCD: hue angle of 172.44º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DCCD is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 220 | 205 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.14 |
| HSL | 172.44º | 0.63% | 0.63% | - |
| HSV(B) | 172.44º | 0.54% | 0.86% | - |
| XYZ | 41.98 | 58.36 | 66.81 | - |
| YUV | 182.71 | 140.58 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 220 | 205 | 0.54 | 0 | 0.07 | 0.14 | 172.44 | 0.63 | 0.63 |
| Hex | 65 | DC | CD | 36 | 0 | 7 | E | AC | 3F | 3F |
| Octal | 145 | 334 | 315 | 66 | 0 | 7 | 16 | 254 | 77 | 77 |
| Binary | 1100101 | 11011100 | 11001101 | 110110 | 0 | 111 | 1110 | 10101100 | 111111 | 111111 |
Color Harmonies of #65DCCD
Complementary color
Monochromatic Colors of #65DCCD
Black with #65DCCD
Text Example
Text Example
White with #65DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DCCD; }
p { color: rgb(101,220,205); }
H1.HeaderClassName
{
color: #65DCCD;
}
.AnyTagClassName
{
color: #65DCCD;
}
</style>
background-color css
<style>
a { background-color: #65DCCD; }
a { background-color: rgb(101,220,205); }
div.DivClassName
{
background-color: #65DCCD;
}
.BgClassName
{
background-color: #65DCCD;
}
</style>
border-color css
<style>
span { border-color: #65DCCD; }
span { border-color: rgb(101,220,205); }
td.TdClassName
{
border-color: #65DCCD;
}
.TagClassName
{
border-color: #65DCCD;
}
</style>