Shades of Reef #DEF890
Tints of Reef #DEF890
RGB
CMYK
RGB Variations
Color information
#DEF890 (or 0xDEF890) is known color: Reef. HEX triplet: DE, F8 and 90. RGB value is (222,248,144). Sum of RGB (Red+Green+Blue) = 222+248+144=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 248 (97.27% from 255 or 40.39% from 614); Blue value is 144 (56.64% from 255 or 23.45% from 614); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF890 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF890 is #21076F. Grayscale: #E4E4E4. Windows color (decimal): -2164592 or 9500894. OLE color: 9500894.
HSL color Cylindrical-coordinate representation of color #DEF890: hue angle of 75º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DEF890 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 248 | 144 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.03 |
| HSL | 75º | 0.88% | 0.77% | - |
| HSV(B) | 75º | 0.42% | 0.97% | - |
| XYZ | 68.73 | 84.68 | 39.11 | - |
| YUV | 228.37 | 80.39 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 144 | 0.10 | 0 | 0.42 | 0.03 | 75 | 0.88 | 0.77 |
| Hex | DE | F8 | 90 | A | 0 | 2A | 3 | 4B | 58 | 4D |
| Octal | 336 | 370 | 220 | 12 | 0 | 52 | 3 | 113 | 130 | 115 |
| Binary | 11011110 | 11111000 | 10010000 | 1010 | 0 | 101010 | 11 | 1001011 | 1011000 | 1001101 |
Color Harmonies of #DEF890
Complementary color
Monochromatic Colors of #DEF890
Black with #DEF890
Text Example
Text Example
White with #DEF890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF890; }
p { color: rgb(222,248,144); }
H1.HeaderClassName
{
color: #DEF890;
}
.AnyTagClassName
{
color: #DEF890;
}
</style>
background-color css
<style>
a { background-color: #DEF890; }
a { background-color: rgb(222,248,144); }
div.DivClassName
{
background-color: #DEF890;
}
.BgClassName
{
background-color: #DEF890;
}
</style>
border-color css
<style>
span { border-color: #DEF890; }
span { border-color: rgb(222,248,144); }
td.TdClassName
{
border-color: #DEF890;
}
.TagClassName
{
border-color: #DEF890;
}
</style>