Shades of Reef #DEFEA2
Tints of Reef #DEFEA2
RGB
CMYK
RGB Variations
Color information
#DEFEA2 (or 0xDEFEA2) is known color: Reef. HEX triplet: DE, FE and A2. RGB value is (222,254,162). Sum of RGB (Red+Green+Blue) = 222+254+162=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 162 (63.67% from 255 or 25.39% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFEA2 is #21015D. Grayscale: #EAEAEA. Windows color (decimal): -2163038 or 10682078. OLE color: 10682078.
HSL color Cylindrical-coordinate representation of color #DEFEA2: hue angle of 80.87º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEFEA2 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 162 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.00 |
| HSL | 80.87º | 0.98% | 0.82% | - |
| HSV(B) | 80.87º | 0.36% | 1% | - |
| XYZ | 72.09 | 89.02 | 47.57 | - |
| YUV | 233.94 | 87.4 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 162 | 0.13 | 0 | 0.36 | 0.00 | 80.87 | 0.98 | 0.82 |
| Hex | DE | FE | A2 | D | 0 | 24 | 0 | 51 | 62 | 52 |
| Octal | 336 | 376 | 242 | 15 | 0 | 44 | 0 | 121 | 142 | 122 |
| Binary | 11011110 | 11111110 | 10100010 | 1101 | 0 | 100100 | 0 | 1010001 | 1100010 | 1010010 |
Color Harmonies of #DEFEA2
Complementary color
Monochromatic Colors of #DEFEA2
Black with #DEFEA2
Text Example
Text Example
White with #DEFEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFEA2; }
p { color: rgb(222,254,162); }
H1.HeaderClassName
{
color: #DEFEA2;
}
.AnyTagClassName
{
color: #DEFEA2;
}
</style>
background-color css
<style>
a { background-color: #DEFEA2; }
a { background-color: rgb(222,254,162); }
div.DivClassName
{
background-color: #DEFEA2;
}
.BgClassName
{
background-color: #DEFEA2;
}
</style>
border-color css
<style>
span { border-color: #DEFEA2; }
span { border-color: rgb(222,254,162); }
td.TdClassName
{
border-color: #DEFEA2;
}
.TagClassName
{
border-color: #DEFEA2;
}
</style>