Shades of Reef #DEEFA8
Tints of Reef #DEEFA8
RGB
CMYK
RGB Variations
Color information
#DEEFA8 (or 0xDEEFA8) is known color: Reef. HEX triplet: DE, EF and A8. RGB value is (222,239,168). Sum of RGB (Red+Green+Blue) = 222+239+168=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 239 (93.75% from 255 or 38.00% from 629); Blue value is 168 (66.02% from 255 or 26.71% from 629); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEFA8 is #211057. Grayscale: #E2E2E2. Windows color (decimal): -2166872 or 11071454. OLE color: 11071454.
HSL color Cylindrical-coordinate representation of color #DEEFA8: hue angle of 74.37º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEEFA8 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 239 | 168 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.06 |
| HSL | 74.37º | 0.69% | 0.8% | - |
| HSV(B) | 74.37º | 0.3% | 0.94% | - |
| XYZ | 68.06 | 80.09 | 48.92 | - |
| YUV | 225.82 | 95.37 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 239 | 168 | 0.07 | 0 | 0.30 | 0.06 | 74.37 | 0.69 | 0.8 |
| Hex | DE | EF | A8 | 7 | 0 | 1E | 6 | 4A | 45 | 50 |
| Octal | 336 | 357 | 250 | 7 | 0 | 36 | 6 | 112 | 105 | 120 |
| Binary | 11011110 | 11101111 | 10101000 | 111 | 0 | 11110 | 110 | 1001010 | 1000101 | 1010000 |
Color Harmonies of #DEEFA8
Complementary color
Monochromatic Colors of #DEEFA8
Black with #DEEFA8
Text Example
Text Example
White with #DEEFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEFA8; }
p { color: rgb(222,239,168); }
H1.HeaderClassName
{
color: #DEEFA8;
}
.AnyTagClassName
{
color: #DEEFA8;
}
</style>
background-color css
<style>
a { background-color: #DEEFA8; }
a { background-color: rgb(222,239,168); }
div.DivClassName
{
background-color: #DEEFA8;
}
.BgClassName
{
background-color: #DEEFA8;
}
</style>
border-color css
<style>
span { border-color: #DEEFA8; }
span { border-color: rgb(222,239,168); }
td.TdClassName
{
border-color: #DEEFA8;
}
.TagClassName
{
border-color: #DEEFA8;
}
</style>