Shades of Tidal #DDF98C
Tints of Tidal #DDF98C
RGB
CMYK
RGB Variations
Color information
#DDF98C (or 0xDDF98C) is known color: Tidal. HEX triplet: DD, F9 and 8C. RGB value is (221,249,140). Sum of RGB (Red+Green+Blue) = 221+249+140=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 249 (97.66% from 255 or 40.82% from 610); Blue value is 140 (55.08% from 255 or 22.95% from 610); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF98C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF98C is #220673. Grayscale: #E4E4E4. Windows color (decimal): -2229876 or 9239005. OLE color: 9239005.
HSL color Cylindrical-coordinate representation of color #DDF98C: hue angle of 75.41º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDF98C is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 140 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.02 |
| HSL | 75.41º | 0.9% | 0.76% | - |
| HSV(B) | 75.41º | 0.44% | 0.98% | - |
| XYZ | 68.43 | 85.02 | 37.61 | - |
| YUV | 228.2 | 78.22 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 140 | 0.11 | 0 | 0.44 | 0.02 | 75.41 | 0.9 | 0.76 |
| Hex | DD | F9 | 8C | B | 0 | 2C | 2 | 4B | 5A | 4C |
| Octal | 335 | 371 | 214 | 13 | 0 | 54 | 2 | 113 | 132 | 114 |
| Binary | 11011101 | 11111001 | 10001100 | 1011 | 0 | 101100 | 10 | 1001011 | 1011010 | 1001100 |
Color Harmonies of #DDF98C
Complementary color
Monochromatic Colors of #DDF98C
Black with #DDF98C
Text Example
Text Example
White with #DDF98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF98C; }
p { color: rgb(221,249,140); }
H1.HeaderClassName
{
color: #DDF98C;
}
.AnyTagClassName
{
color: #DDF98C;
}
</style>
background-color css
<style>
a { background-color: #DDF98C; }
a { background-color: rgb(221,249,140); }
div.DivClassName
{
background-color: #DDF98C;
}
.BgClassName
{
background-color: #DDF98C;
}
</style>
border-color css
<style>
span { border-color: #DDF98C; }
span { border-color: rgb(221,249,140); }
td.TdClassName
{
border-color: #DDF98C;
}
.TagClassName
{
border-color: #DDF98C;
}
</style>