Shades of Reef #DEEEA2
Tints of Reef #DEEEA2
RGB
CMYK
RGB Variations
Color information
#DEEEA2 (or 0xDEEEA2) is known color: Reef. HEX triplet: DE, EE and A2. RGB value is (222,238,162). Sum of RGB (Red+Green+Blue) = 222+238+162=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 162 (63.67% from 255 or 26.05% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEEA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEEA2 is #21115D. Grayscale: #E0E0E0. Windows color (decimal): -2167134 or 10677982. OLE color: 10677982.
HSL color Cylindrical-coordinate representation of color #DEEEA2: hue angle of 72.63º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEEEA2 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 162 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.07 |
| HSL | 72.63º | 0.69% | 0.78% | - |
| HSV(B) | 72.63º | 0.32% | 0.93% | - |
| XYZ | 67.22 | 79.29 | 45.94 | - |
| YUV | 224.55 | 92.7 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 162 | 0.07 | 0 | 0.32 | 0.07 | 72.63 | 0.69 | 0.78 |
| Hex | DE | EE | A2 | 7 | 0 | 20 | 7 | 49 | 45 | 4E |
| Octal | 336 | 356 | 242 | 7 | 0 | 40 | 7 | 111 | 105 | 116 |
| Binary | 11011110 | 11101110 | 10100010 | 111 | 0 | 100000 | 111 | 1001001 | 1000101 | 1001110 |
Color Harmonies of #DEEEA2
Complementary color
Monochromatic Colors of #DEEEA2
Black with #DEEEA2
Text Example
Text Example
White with #DEEEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEEA2; }
p { color: rgb(222,238,162); }
H1.HeaderClassName
{
color: #DEEEA2;
}
.AnyTagClassName
{
color: #DEEEA2;
}
</style>
background-color css
<style>
a { background-color: #DEEEA2; }
a { background-color: rgb(222,238,162); }
div.DivClassName
{
background-color: #DEEEA2;
}
.BgClassName
{
background-color: #DEEEA2;
}
</style>
border-color css
<style>
span { border-color: #DEEEA2; }
span { border-color: rgb(222,238,162); }
td.TdClassName
{
border-color: #DEEEA2;
}
.TagClassName
{
border-color: #DEEEA2;
}
</style>