Shades of Tidal #DDFC86
Tints of Tidal #DDFC86
RGB
CMYK
RGB Variations
Color information
#DDFC86 (or 0xDDFC86) is known color: Tidal. HEX triplet: DD, FC and 86. RGB value is (221,252,134). Sum of RGB (Red+Green+Blue) = 221+252+134=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 134 (52.73% from 255 or 22.08% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFC86 is #220379. Grayscale: #E5E5E5. Windows color (decimal): -2229114 or 8846557. OLE color: 8846557.
HSL color Cylindrical-coordinate representation of color #DDFC86: hue angle of 75.76º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDFC86 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 134 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.01 |
| HSL | 75.76º | 0.95% | 0.76% | - |
| HSV(B) | 75.76º | 0.47% | 0.99% | - |
| XYZ | 68.93 | 86.71 | 35.66 | - |
| YUV | 229.28 | 74.23 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 134 | 0.12 | 0 | 0.47 | 0.01 | 75.76 | 0.95 | 0.76 |
| Hex | DD | FC | 86 | C | 0 | 2F | 1 | 4C | 5F | 4C |
| Octal | 335 | 374 | 206 | 14 | 0 | 57 | 1 | 114 | 137 | 114 |
| Binary | 11011101 | 11111100 | 10000110 | 1100 | 0 | 101111 | 1 | 1001100 | 1011111 | 1001100 |
Color Harmonies of #DDFC86
Complementary color
Monochromatic Colors of #DDFC86
Black with #DDFC86
Text Example
Text Example
White with #DDFC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC86; }
p { color: rgb(221,252,134); }
H1.HeaderClassName
{
color: #DDFC86;
}
.AnyTagClassName
{
color: #DDFC86;
}
</style>
background-color css
<style>
a { background-color: #DDFC86; }
a { background-color: rgb(221,252,134); }
div.DivClassName
{
background-color: #DDFC86;
}
.BgClassName
{
background-color: #DDFC86;
}
</style>
border-color css
<style>
span { border-color: #DDFC86; }
span { border-color: rgb(221,252,134); }
td.TdClassName
{
border-color: #DDFC86;
}
.TagClassName
{
border-color: #DDFC86;
}
</style>