Shades of Tidal #DEF888
Tints of Tidal #DEF888
RGB
CMYK
RGB Variations
Color information
#DEF888 (or 0xDEF888) is known color: Tidal. HEX triplet: DE, F8 and 88. RGB value is (222,248,136). Sum of RGB (Red+Green+Blue) = 222+248+136=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 248 (97.27% from 255 or 40.92% from 606); Blue value is 136 (53.52% from 255 or 22.44% from 606); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF888 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF888 is #210777. Grayscale: #E3E3E3. Windows color (decimal): -2164600 or 8976606. OLE color: 8976606.
HSL color Cylindrical-coordinate representation of color #DEF888: hue angle of 73.93º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEF888 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 248 | 136 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.03 |
| HSL | 73.93º | 0.89% | 0.75% | - |
| HSV(B) | 73.93º | 0.45% | 0.97% | - |
| XYZ | 68.14 | 84.44 | 36 | - |
| YUV | 227.46 | 76.39 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 136 | 0.10 | 0 | 0.45 | 0.03 | 73.93 | 0.89 | 0.75 |
| Hex | DE | F8 | 88 | A | 0 | 2D | 3 | 4A | 59 | 4B |
| Octal | 336 | 370 | 210 | 12 | 0 | 55 | 3 | 112 | 131 | 113 |
| Binary | 11011110 | 11111000 | 10001000 | 1010 | 0 | 101101 | 11 | 1001010 | 1011001 | 1001011 |
Color Harmonies of #DEF888
Complementary color
Monochromatic Colors of #DEF888
Black with #DEF888
Text Example
Text Example
White with #DEF888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF888; }
p { color: rgb(222,248,136); }
H1.HeaderClassName
{
color: #DEF888;
}
.AnyTagClassName
{
color: #DEF888;
}
</style>
background-color css
<style>
a { background-color: #DEF888; }
a { background-color: rgb(222,248,136); }
div.DivClassName
{
background-color: #DEF888;
}
.BgClassName
{
background-color: #DEF888;
}
</style>
border-color css
<style>
span { border-color: #DEF888; }
span { border-color: rgb(222,248,136); }
td.TdClassName
{
border-color: #DEF888;
}
.TagClassName
{
border-color: #DEF888;
}
</style>