Shades of Tidal #DDF386
Tints of Tidal #DDF386
RGB
CMYK
RGB Variations
Color information
#DDF386 (or 0xDDF386) is known color: Tidal. HEX triplet: DD, F3 and 86. RGB value is (221,243,134). Sum of RGB (Red+Green+Blue) = 221+243+134=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 243 (95.31% from 255 or 40.64% from 598); Blue value is 134 (52.73% from 255 or 22.41% from 598); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF386 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF386 is #220C79. Grayscale: #E0E0E0. Windows color (decimal): -2231418 or 8844253. OLE color: 8844253.
HSL color Cylindrical-coordinate representation of color #DDF386: hue angle of 72.11º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDF386 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 134 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.05 |
| HSL | 72.11º | 0.82% | 0.74% | - |
| HSV(B) | 72.11º | 0.45% | 0.95% | - |
| XYZ | 66.17 | 81.19 | 34.74 | - |
| YUV | 224 | 77.21 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 134 | 0.09 | 0 | 0.45 | 0.05 | 72.11 | 0.82 | 0.74 |
| Hex | DD | F3 | 86 | 9 | 0 | 2D | 5 | 48 | 52 | 4A |
| Octal | 335 | 363 | 206 | 11 | 0 | 55 | 5 | 110 | 122 | 112 |
| Binary | 11011101 | 11110011 | 10000110 | 1001 | 0 | 101101 | 101 | 1001000 | 1010010 | 1001010 |
Color Harmonies of #DDF386
Complementary color
Monochromatic Colors of #DDF386
Black with #DDF386
Text Example
Text Example
White with #DDF386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF386; }
p { color: rgb(221,243,134); }
H1.HeaderClassName
{
color: #DDF386;
}
.AnyTagClassName
{
color: #DDF386;
}
</style>
background-color css
<style>
a { background-color: #DDF386; }
a { background-color: rgb(221,243,134); }
div.DivClassName
{
background-color: #DDF386;
}
.BgClassName
{
background-color: #DDF386;
}
</style>
border-color css
<style>
span { border-color: #DDF386; }
span { border-color: rgb(221,243,134); }
td.TdClassName
{
border-color: #DDF386;
}
.TagClassName
{
border-color: #DDF386;
}
</style>