Shades of Tidal #DDFB8B
Tints of Tidal #DDFB8B
RGB
CMYK
RGB Variations
Color information
#DDFB8B (or 0xDDFB8B) is known color: Tidal. HEX triplet: DD, FB and 8B. RGB value is (221,251,139). Sum of RGB (Red+Green+Blue) = 221+251+139=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 139 (54.69% from 255 or 22.75% from 611); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFB8B is #220474. Grayscale: #E5E5E5. Windows color (decimal): -2229365 or 9173981. OLE color: 9173981.
HSL color Cylindrical-coordinate representation of color #DDFB8B: hue angle of 76.07º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDFB8B is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 139 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.02 |
| HSL | 76.07º | 0.93% | 0.76% | - |
| HSV(B) | 76.07º | 0.45% | 0.98% | - |
| XYZ | 68.98 | 86.23 | 37.43 | - |
| YUV | 229.26 | 77.06 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 139 | 0.12 | 0 | 0.45 | 0.02 | 76.07 | 0.93 | 0.76 |
| Hex | DD | FB | 8B | C | 0 | 2D | 2 | 4C | 5D | 4C |
| Octal | 335 | 373 | 213 | 14 | 0 | 55 | 2 | 114 | 135 | 114 |
| Binary | 11011101 | 11111011 | 10001011 | 1100 | 0 | 101101 | 10 | 1001100 | 1011101 | 1001100 |
Color Harmonies of #DDFB8B
Complementary color
Monochromatic Colors of #DDFB8B
Black with #DDFB8B
Text Example
Text Example
White with #DDFB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFB8B; }
p { color: rgb(221,251,139); }
H1.HeaderClassName
{
color: #DDFB8B;
}
.AnyTagClassName
{
color: #DDFB8B;
}
</style>
background-color css
<style>
a { background-color: #DDFB8B; }
a { background-color: rgb(221,251,139); }
div.DivClassName
{
background-color: #DDFB8B;
}
.BgClassName
{
background-color: #DDFB8B;
}
</style>
border-color css
<style>
span { border-color: #DDFB8B; }
span { border-color: rgb(221,251,139); }
td.TdClassName
{
border-color: #DDFB8B;
}
.TagClassName
{
border-color: #DDFB8B;
}
</style>