Shades of Reef #DEF2AB
Tints of Reef #DEF2AB
RGB
CMYK
RGB Variations
Color information
#DEF2AB (or 0xDEF2AB) is known color: Reef. HEX triplet: DE, F2 and AB. RGB value is (222,242,171). Sum of RGB (Red+Green+Blue) = 222+242+171=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 242 (94.92% from 255 or 38.11% from 635); Blue value is 171 (67.19% from 255 or 26.93% from 635); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF2AB is #210D54. Grayscale: #E4E4E4. Windows color (decimal): -2166101 or 11268830. OLE color: 11268830.
HSL color Cylindrical-coordinate representation of color #DEF2AB: hue angle of 76.9º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEF2AB is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 171 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.05 |
| HSL | 76.9º | 0.73% | 0.81% | - |
| HSV(B) | 76.9º | 0.29% | 0.95% | - |
| XYZ | 69.23 | 81.97 | 50.7 | - |
| YUV | 227.93 | 95.87 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 171 | 0.08 | 0 | 0.29 | 0.05 | 76.9 | 0.73 | 0.81 |
| Hex | DE | F2 | AB | 8 | 0 | 1D | 5 | 4D | 49 | 51 |
| Octal | 336 | 362 | 253 | 10 | 0 | 35 | 5 | 115 | 111 | 121 |
| Binary | 11011110 | 11110010 | 10101011 | 1000 | 0 | 11101 | 101 | 1001101 | 1001001 | 1010001 |
Color Harmonies of #DEF2AB
Complementary color
Monochromatic Colors of #DEF2AB
Black with #DEF2AB
Text Example
Text Example
White with #DEF2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF2AB; }
p { color: rgb(222,242,171); }
H1.HeaderClassName
{
color: #DEF2AB;
}
.AnyTagClassName
{
color: #DEF2AB;
}
</style>
background-color css
<style>
a { background-color: #DEF2AB; }
a { background-color: rgb(222,242,171); }
div.DivClassName
{
background-color: #DEF2AB;
}
.BgClassName
{
background-color: #DEF2AB;
}
</style>
border-color css
<style>
span { border-color: #DEF2AB; }
span { border-color: rgb(222,242,171); }
td.TdClassName
{
border-color: #DEF2AB;
}
.TagClassName
{
border-color: #DEF2AB;
}
</style>