Shades of Reef #DEEEA8
Tints of Reef #DEEEA8
RGB
CMYK
RGB Variations
Color information
#DEEEA8 (or 0xDEEEA8) is known color: Reef. HEX triplet: DE, EE and A8. RGB value is (222,238,168). Sum of RGB (Red+Green+Blue) = 222+238+168=628 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.35% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 168 (66.02% from 255 or 26.75% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEEA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEEA8 is #211157. Grayscale: #E1E1E1. Windows color (decimal): -2167128 or 11071198. OLE color: 11071198.
HSL color Cylindrical-coordinate representation of color #DEEEA8: hue angle of 73.71º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEEEA8 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 168 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.07 |
| HSL | 73.71º | 0.67% | 0.8% | - |
| HSV(B) | 73.71º | 0.29% | 0.93% | - |
| XYZ | 67.77 | 79.51 | 48.82 | - |
| YUV | 225.24 | 95.7 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 168 | 0.07 | 0 | 0.29 | 0.07 | 73.71 | 0.67 | 0.8 |
| Hex | DE | EE | A8 | 7 | 0 | 1D | 7 | 4A | 43 | 50 |
| Octal | 336 | 356 | 250 | 7 | 0 | 35 | 7 | 112 | 103 | 120 |
| Binary | 11011110 | 11101110 | 10101000 | 111 | 0 | 11101 | 111 | 1001010 | 1000011 | 1010000 |
Color Harmonies of #DEEEA8
Complementary color
Monochromatic Colors of #DEEEA8
Black with #DEEEA8
Text Example
Text Example
White with #DEEEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEEA8; }
p { color: rgb(222,238,168); }
H1.HeaderClassName
{
color: #DEEEA8;
}
.AnyTagClassName
{
color: #DEEEA8;
}
</style>
background-color css
<style>
a { background-color: #DEEEA8; }
a { background-color: rgb(222,238,168); }
div.DivClassName
{
background-color: #DEEEA8;
}
.BgClassName
{
background-color: #DEEEA8;
}
</style>
border-color css
<style>
span { border-color: #DEEEA8; }
span { border-color: rgb(222,238,168); }
td.TdClassName
{
border-color: #DEEEA8;
}
.TagClassName
{
border-color: #DEEEA8;
}
</style>