Shades of Reef #DEFEA1
Tints of Reef #DEFEA1
RGB
CMYK
RGB Variations
Color information
#DEFEA1 (or 0xDEFEA1) is known color: Reef. HEX triplet: DE, FE and A1. RGB value is (222,254,161). Sum of RGB (Red+Green+Blue) = 222+254+161=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 161 (63.28% from 255 or 25.27% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFEA1 is #21015E. Grayscale: #EAEAEA. Windows color (decimal): -2163039 or 10616542. OLE color: 10616542.
HSL color Cylindrical-coordinate representation of color #DEFEA1: hue angle of 80.65º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DEFEA1 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 161 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.00 |
| HSL | 80.65º | 0.98% | 0.81% | - |
| HSV(B) | 80.65º | 0.37% | 1% | - |
| XYZ | 72 | 88.99 | 47.1 | - |
| YUV | 233.83 | 86.9 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 161 | 0.13 | 0 | 0.37 | 0.00 | 80.65 | 0.98 | 0.81 |
| Hex | DE | FE | A1 | D | 0 | 25 | 0 | 51 | 62 | 51 |
| Octal | 336 | 376 | 241 | 15 | 0 | 45 | 0 | 121 | 142 | 121 |
| Binary | 11011110 | 11111110 | 10100001 | 1101 | 0 | 100101 | 0 | 1010001 | 1100010 | 1010001 |
Color Harmonies of #DEFEA1
Complementary color
Monochromatic Colors of #DEFEA1
Black with #DEFEA1
Text Example
Text Example
White with #DEFEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFEA1; }
p { color: rgb(222,254,161); }
H1.HeaderClassName
{
color: #DEFEA1;
}
.AnyTagClassName
{
color: #DEFEA1;
}
</style>
background-color css
<style>
a { background-color: #DEFEA1; }
a { background-color: rgb(222,254,161); }
div.DivClassName
{
background-color: #DEFEA1;
}
.BgClassName
{
background-color: #DEFEA1;
}
</style>
border-color css
<style>
span { border-color: #DEFEA1; }
span { border-color: rgb(222,254,161); }
td.TdClassName
{
border-color: #DEFEA1;
}
.TagClassName
{
border-color: #DEFEA1;
}
</style>