Shades of Reef #DEEFA2
Tints of Reef #DEEFA2
RGB
CMYK
RGB Variations
Color information
#DEEFA2 (or 0xDEEFA2) is known color: Reef. HEX triplet: DE, EF and A2. RGB value is (222,239,162). Sum of RGB (Red+Green+Blue) = 222+239+162=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 162 (63.67% from 255 or 26.00% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEFA2 is #21105D. Grayscale: #E1E1E1. Windows color (decimal): -2166878 or 10678238. OLE color: 10678238.
HSL color Cylindrical-coordinate representation of color #DEEFA2: hue angle of 73.25º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEEFA2 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 239 | 162 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.06 |
| HSL | 73.25º | 0.71% | 0.79% | - |
| HSV(B) | 73.25º | 0.32% | 0.94% | - |
| XYZ | 67.51 | 79.87 | 46.04 | - |
| YUV | 225.14 | 92.37 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 239 | 162 | 0.07 | 0 | 0.32 | 0.06 | 73.25 | 0.71 | 0.79 |
| Hex | DE | EF | A2 | 7 | 0 | 20 | 6 | 49 | 47 | 4F |
| Octal | 336 | 357 | 242 | 7 | 0 | 40 | 6 | 111 | 107 | 117 |
| Binary | 11011110 | 11101111 | 10100010 | 111 | 0 | 100000 | 110 | 1001001 | 1000111 | 1001111 |
Color Harmonies of #DEEFA2
Complementary color
Monochromatic Colors of #DEEFA2
Black with #DEEFA2
Text Example
Text Example
White with #DEEFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEFA2; }
p { color: rgb(222,239,162); }
H1.HeaderClassName
{
color: #DEEFA2;
}
.AnyTagClassName
{
color: #DEEFA2;
}
</style>
background-color css
<style>
a { background-color: #DEEFA2; }
a { background-color: rgb(222,239,162); }
div.DivClassName
{
background-color: #DEEFA2;
}
.BgClassName
{
background-color: #DEEFA2;
}
</style>
border-color css
<style>
span { border-color: #DEEFA2; }
span { border-color: rgb(222,239,162); }
td.TdClassName
{
border-color: #DEEFA2;
}
.TagClassName
{
border-color: #DEEFA2;
}
</style>