Shades of Tidal #DFFA8D
Tints of Tidal #DFFA8D
RGB
CMYK
RGB Variations
Color information
#DFFA8D (or 0xDFFA8D) is known color: Tidal. HEX triplet: DF, FA and 8D. RGB value is (223,250,141). Sum of RGB (Red+Green+Blue) = 223+250+141=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 141 (55.47% from 255 or 22.96% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFA8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFA8D is #200572. Grayscale: #E5E5E5. Windows color (decimal): -2098547 or 9304799. OLE color: 9304799.
HSL color Cylindrical-coordinate representation of color #DFFA8D: hue angle of 74.86º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFFA8D is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 250 | 141 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.02 |
| HSL | 74.86º | 0.92% | 0.77% | - |
| HSV(B) | 74.86º | 0.44% | 0.98% | - |
| XYZ | 69.42 | 85.98 | 38.14 | - |
| YUV | 229.5 | 78.05 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 250 | 141 | 0.11 | 0 | 0.44 | 0.02 | 74.86 | 0.92 | 0.77 |
| Hex | DF | FA | 8D | B | 0 | 2C | 2 | 4B | 5C | 4D |
| Octal | 337 | 372 | 215 | 13 | 0 | 54 | 2 | 113 | 134 | 115 |
| Binary | 11011111 | 11111010 | 10001101 | 1011 | 0 | 101100 | 10 | 1001011 | 1011100 | 1001101 |
Color Harmonies of #DFFA8D
Complementary color
Monochromatic Colors of #DFFA8D
Black with #DFFA8D
Text Example
Text Example
White with #DFFA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFA8D; }
p { color: rgb(223,250,141); }
H1.HeaderClassName
{
color: #DFFA8D;
}
.AnyTagClassName
{
color: #DFFA8D;
}
</style>
background-color css
<style>
a { background-color: #DFFA8D; }
a { background-color: rgb(223,250,141); }
div.DivClassName
{
background-color: #DFFA8D;
}
.BgClassName
{
background-color: #DFFA8D;
}
</style>
border-color css
<style>
span { border-color: #DFFA8D; }
span { border-color: rgb(223,250,141); }
td.TdClassName
{
border-color: #DFFA8D;
}
.TagClassName
{
border-color: #DFFA8D;
}
</style>