Shades of Reef #DEFEAB
Tints of Reef #DEFEAB
RGB
CMYK
RGB Variations
Color information
#DEFEAB (or 0xDEFEAB) is known color: Reef. HEX triplet: DE, FE and AB. RGB value is (222,254,171). Sum of RGB (Red+Green+Blue) = 222+254+171=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 171 (67.19% from 255 or 26.43% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFEAB is #210154. Grayscale: #EBEBEB. Windows color (decimal): -2163029 or 11271902. OLE color: 11271902.
HSL color Cylindrical-coordinate representation of color #DEFEAB: hue angle of 83.13º 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 #DEFEAB is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 171 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.00 |
| HSL | 83.13º | 0.98% | 0.83% | - |
| HSV(B) | 83.13º | 0.33% | 1% | - |
| XYZ | 72.92 | 89.35 | 51.93 | - |
| YUV | 234.97 | 91.9 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 171 | 0.13 | 0 | 0.33 | 0.00 | 83.13 | 0.98 | 0.83 |
| Hex | DE | FE | AB | D | 0 | 21 | 0 | 53 | 62 | 53 |
| Octal | 336 | 376 | 253 | 15 | 0 | 41 | 0 | 123 | 142 | 123 |
| Binary | 11011110 | 11111110 | 10101011 | 1101 | 0 | 100001 | 0 | 1010011 | 1100010 | 1010011 |
Color Harmonies of #DEFEAB
Complementary color
Monochromatic Colors of #DEFEAB
Black with #DEFEAB
Text Example
Text Example
White with #DEFEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFEAB; }
p { color: rgb(222,254,171); }
H1.HeaderClassName
{
color: #DEFEAB;
}
.AnyTagClassName
{
color: #DEFEAB;
}
</style>
background-color css
<style>
a { background-color: #DEFEAB; }
a { background-color: rgb(222,254,171); }
div.DivClassName
{
background-color: #DEFEAB;
}
.BgClassName
{
background-color: #DEFEAB;
}
</style>
border-color css
<style>
span { border-color: #DEFEAB; }
span { border-color: rgb(222,254,171); }
td.TdClassName
{
border-color: #DEFEAB;
}
.TagClassName
{
border-color: #DEFEAB;
}
</style>