Shades of Tidal #DDF986
Tints of Tidal #DDF986
RGB
CMYK
RGB Variations
Color information
#DDF986 (or 0xDDF986) is known color: Tidal. HEX triplet: DD, F9 and 86. RGB value is (221,249,134). Sum of RGB (Red+Green+Blue) = 221+249+134=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 249 (97.66% from 255 or 41.23% from 604); Blue value is 134 (52.73% from 255 or 22.19% from 604); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF986 is #220679. Grayscale: #E3E3E3. Windows color (decimal): -2229882 or 8845789. OLE color: 8845789.
HSL color Cylindrical-coordinate representation of color #DDF986: hue angle of 74.61º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDF986 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 134 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.02 |
| HSL | 74.61º | 0.91% | 0.75% | - |
| HSV(B) | 74.61º | 0.46% | 0.98% | - |
| XYZ | 68 | 84.84 | 35.35 | - |
| YUV | 227.52 | 75.22 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 134 | 0.11 | 0 | 0.46 | 0.02 | 74.61 | 0.91 | 0.75 |
| Hex | DD | F9 | 86 | B | 0 | 2E | 2 | 4B | 5B | 4B |
| Octal | 335 | 371 | 206 | 13 | 0 | 56 | 2 | 113 | 133 | 113 |
| Binary | 11011101 | 11111001 | 10000110 | 1011 | 0 | 101110 | 10 | 1001011 | 1011011 | 1001011 |
Color Harmonies of #DDF986
Complementary color
Monochromatic Colors of #DDF986
Black with #DDF986
Text Example
Text Example
White with #DDF986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF986; }
p { color: rgb(221,249,134); }
H1.HeaderClassName
{
color: #DDF986;
}
.AnyTagClassName
{
color: #DDF986;
}
</style>
background-color css
<style>
a { background-color: #DDF986; }
a { background-color: rgb(221,249,134); }
div.DivClassName
{
background-color: #DDF986;
}
.BgClassName
{
background-color: #DDF986;
}
</style>
border-color css
<style>
span { border-color: #DDF986; }
span { border-color: rgb(221,249,134); }
td.TdClassName
{
border-color: #DDF986;
}
.TagClassName
{
border-color: #DDF986;
}
</style>