Shades of Reef #DEF895
Tints of Reef #DEF895
RGB
CMYK
RGB Variations
Color information
#DEF895 (or 0xDEF895) is known color: Reef. HEX triplet: DE, F8 and 95. RGB value is (222,248,149). Sum of RGB (Red+Green+Blue) = 222+248+149=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 248 (97.27% from 255 or 40.06% from 619); Blue value is 149 (58.59% from 255 or 24.07% from 619); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF895 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF895 is #21076A. Grayscale: #E5E5E5. Windows color (decimal): -2164587 or 9828574. OLE color: 9828574.
HSL color Cylindrical-coordinate representation of color #DEF895: hue angle of 75.76º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEF895 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 248 | 149 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.03 |
| HSL | 75.76º | 0.88% | 0.78% | - |
| HSV(B) | 75.76º | 0.4% | 0.97% | - |
| XYZ | 69.12 | 84.83 | 41.17 | - |
| YUV | 228.94 | 82.89 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 149 | 0.10 | 0 | 0.40 | 0.03 | 75.76 | 0.88 | 0.78 |
| Hex | DE | F8 | 95 | A | 0 | 28 | 3 | 4C | 58 | 4E |
| Octal | 336 | 370 | 225 | 12 | 0 | 50 | 3 | 114 | 130 | 116 |
| Binary | 11011110 | 11111000 | 10010101 | 1010 | 0 | 101000 | 11 | 1001100 | 1011000 | 1001110 |
Color Harmonies of #DEF895
Complementary color
Monochromatic Colors of #DEF895
Black with #DEF895
Text Example
Text Example
White with #DEF895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF895; }
p { color: rgb(222,248,149); }
H1.HeaderClassName
{
color: #DEF895;
}
.AnyTagClassName
{
color: #DEF895;
}
</style>
background-color css
<style>
a { background-color: #DEF895; }
a { background-color: rgb(222,248,149); }
div.DivClassName
{
background-color: #DEF895;
}
.BgClassName
{
background-color: #DEF895;
}
</style>
border-color css
<style>
span { border-color: #DEF895; }
span { border-color: rgb(222,248,149); }
td.TdClassName
{
border-color: #DEF895;
}
.TagClassName
{
border-color: #DEF895;
}
</style>