Shades of Reef #DEFEAA
Tints of Reef #DEFEAA
RGB
CMYK
RGB Variations
Color information
#DEFEAA (or 0xDEFEAA) is known color: Reef. HEX triplet: DE, FE and AA. RGB value is (222,254,170). Sum of RGB (Red+Green+Blue) = 222+254+170=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 170 (66.80% from 255 or 26.32% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFEAA is #210155. Grayscale: #EBEBEB. Windows color (decimal): -2163030 or 11206366. OLE color: 11206366.
HSL color Cylindrical-coordinate representation of color #DEFEAA: hue angle of 82.86º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEFEAA is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 170 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.00 |
| HSL | 82.86º | 0.98% | 0.83% | - |
| HSV(B) | 82.86º | 0.33% | 1% | - |
| XYZ | 72.82 | 89.32 | 51.43 | - |
| YUV | 234.86 | 91.4 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 170 | 0.13 | 0 | 0.33 | 0.00 | 82.86 | 0.98 | 0.83 |
| Hex | DE | FE | AA | D | 0 | 21 | 0 | 53 | 62 | 53 |
| Octal | 336 | 376 | 252 | 15 | 0 | 41 | 0 | 123 | 142 | 123 |
| Binary | 11011110 | 11111110 | 10101010 | 1101 | 0 | 100001 | 0 | 1010011 | 1100010 | 1010011 |
Color Harmonies of #DEFEAA
Complementary color
Monochromatic Colors of #DEFEAA
Black with #DEFEAA
Text Example
Text Example
White with #DEFEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFEAA; }
p { color: rgb(222,254,170); }
H1.HeaderClassName
{
color: #DEFEAA;
}
.AnyTagClassName
{
color: #DEFEAA;
}
</style>
background-color css
<style>
a { background-color: #DEFEAA; }
a { background-color: rgb(222,254,170); }
div.DivClassName
{
background-color: #DEFEAA;
}
.BgClassName
{
background-color: #DEFEAA;
}
</style>
border-color css
<style>
span { border-color: #DEFEAA; }
span { border-color: rgb(222,254,170); }
td.TdClassName
{
border-color: #DEFEAA;
}
.TagClassName
{
border-color: #DEFEAA;
}
</style>