Shades of Reef #DEEFA0
Tints of Reef #DEEFA0
RGB
CMYK
RGB Variations
Color information
#DEEFA0 (or 0xDEEFA0) is known color: Reef. HEX triplet: DE, EF and A0. RGB value is (222,239,160). Sum of RGB (Red+Green+Blue) = 222+239+160=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 160 (62.89% from 255 or 25.76% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEFA0 is #21105F. Grayscale: #E1E1E1. Windows color (decimal): -2166880 or 10547166. OLE color: 10547166.
HSL color Cylindrical-coordinate representation of color #DEEFA0: hue angle of 72.91º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEEFA0 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 239 | 160 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.06 |
| HSL | 72.91º | 0.71% | 0.78% | - |
| HSV(B) | 72.91º | 0.33% | 0.94% | - |
| XYZ | 67.34 | 79.8 | 45.11 | - |
| YUV | 224.91 | 91.37 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 239 | 160 | 0.07 | 0 | 0.33 | 0.06 | 72.91 | 0.71 | 0.78 |
| Hex | DE | EF | A0 | 7 | 0 | 21 | 6 | 49 | 47 | 4E |
| Octal | 336 | 357 | 240 | 7 | 0 | 41 | 6 | 111 | 107 | 116 |
| Binary | 11011110 | 11101111 | 10100000 | 111 | 0 | 100001 | 110 | 1001001 | 1000111 | 1001110 |
Color Harmonies of #DEEFA0
Complementary color
Monochromatic Colors of #DEEFA0
Black with #DEEFA0
Text Example
Text Example
White with #DEEFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEFA0; }
p { color: rgb(222,239,160); }
H1.HeaderClassName
{
color: #DEEFA0;
}
.AnyTagClassName
{
color: #DEEFA0;
}
</style>
background-color css
<style>
a { background-color: #DEEFA0; }
a { background-color: rgb(222,239,160); }
div.DivClassName
{
background-color: #DEEFA0;
}
.BgClassName
{
background-color: #DEEFA0;
}
</style>
border-color css
<style>
span { border-color: #DEEFA0; }
span { border-color: rgb(222,239,160); }
td.TdClassName
{
border-color: #DEEFA0;
}
.TagClassName
{
border-color: #DEEFA0;
}
</style>