Shades of Reef #DEF892
Tints of Reef #DEF892
RGB
CMYK
RGB Variations
Color information
#DEF892 (or 0xDEF892) is known color: Reef. HEX triplet: DE, F8 and 92. RGB value is (222,248,146). Sum of RGB (Red+Green+Blue) = 222+248+146=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 248 (97.27% from 255 or 40.26% from 616); Blue value is 146 (57.42% from 255 or 23.70% from 616); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF892 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF892 is #21076D. Grayscale: #E4E4E4. Windows color (decimal): -2164590 or 9631966. OLE color: 9631966.
HSL color Cylindrical-coordinate representation of color #DEF892: hue angle of 75.29º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DEF892 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 248 | 146 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.03 |
| HSL | 75.29º | 0.88% | 0.77% | - |
| HSV(B) | 75.29º | 0.41% | 0.97% | - |
| XYZ | 68.88 | 84.74 | 39.92 | - |
| YUV | 228.6 | 81.39 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 146 | 0.10 | 0 | 0.41 | 0.03 | 75.29 | 0.88 | 0.77 |
| Hex | DE | F8 | 92 | A | 0 | 29 | 3 | 4B | 58 | 4D |
| Octal | 336 | 370 | 222 | 12 | 0 | 51 | 3 | 113 | 130 | 115 |
| Binary | 11011110 | 11111000 | 10010010 | 1010 | 0 | 101001 | 11 | 1001011 | 1011000 | 1001101 |
Color Harmonies of #DEF892
Complementary color
Monochromatic Colors of #DEF892
Black with #DEF892
Text Example
Text Example
White with #DEF892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF892; }
p { color: rgb(222,248,146); }
H1.HeaderClassName
{
color: #DEF892;
}
.AnyTagClassName
{
color: #DEF892;
}
</style>
background-color css
<style>
a { background-color: #DEF892; }
a { background-color: rgb(222,248,146); }
div.DivClassName
{
background-color: #DEF892;
}
.BgClassName
{
background-color: #DEF892;
}
</style>
border-color css
<style>
span { border-color: #DEF892; }
span { border-color: rgb(222,248,146); }
td.TdClassName
{
border-color: #DEF892;
}
.TagClassName
{
border-color: #DEF892;
}
</style>