Shades of Tidal #DFF885
Tints of Tidal #DFF885
RGB
CMYK
RGB Variations
Color information
#DFF885 (or 0xDFF885) is known color: Tidal. HEX triplet: DF, F8 and 85. RGB value is (223,248,133). Sum of RGB (Red+Green+Blue) = 223+248+133=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 248 (97.27% from 255 or 41.06% from 604); Blue value is 133 (52.34% from 255 or 22.02% from 604); Max value from RGB is 248 - color contains mainly: green. Hex color #DFF885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF885 is #20077A. Grayscale: #E3E3E3. Windows color (decimal): -2099067 or 8779999. OLE color: 8779999.
HSL color Cylindrical-coordinate representation of color #DFF885: hue angle of 73.04º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DFF885 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 248 | 133 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.03 |
| HSL | 73.04º | 0.89% | 0.75% | - |
| HSV(B) | 73.04º | 0.46% | 0.97% | - |
| XYZ | 68.23 | 84.52 | 34.91 | - |
| YUV | 227.42 | 74.72 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 248 | 133 | 0.10 | 0 | 0.46 | 0.03 | 73.04 | 0.89 | 0.75 |
| Hex | DF | F8 | 85 | A | 0 | 2E | 3 | 49 | 59 | 4B |
| Octal | 337 | 370 | 205 | 12 | 0 | 56 | 3 | 111 | 131 | 113 |
| Binary | 11011111 | 11111000 | 10000101 | 1010 | 0 | 101110 | 11 | 1001001 | 1011001 | 1001011 |
Color Harmonies of #DFF885
Complementary color
Monochromatic Colors of #DFF885
Black with #DFF885
Text Example
Text Example
White with #DFF885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF885; }
p { color: rgb(223,248,133); }
H1.HeaderClassName
{
color: #DFF885;
}
.AnyTagClassName
{
color: #DFF885;
}
</style>
background-color css
<style>
a { background-color: #DFF885; }
a { background-color: rgb(223,248,133); }
div.DivClassName
{
background-color: #DFF885;
}
.BgClassName
{
background-color: #DFF885;
}
</style>
border-color css
<style>
span { border-color: #DFF885; }
span { border-color: rgb(223,248,133); }
td.TdClassName
{
border-color: #DFF885;
}
.TagClassName
{
border-color: #DFF885;
}
</style>