Shades of Reef #DEEFA9
Tints of Reef #DEEFA9
RGB
CMYK
RGB Variations
Color information
#DEEFA9 (or 0xDEEFA9) is known color: Reef. HEX triplet: DE, EF and A9. RGB value is (222,239,169). Sum of RGB (Red+Green+Blue) = 222+239+169=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 169 (66.41% from 255 or 26.83% from 630); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEFA9 is #211056. Grayscale: #E2E2E2. Windows color (decimal): -2166871 or 11136990. OLE color: 11136990.
HSL color Cylindrical-coordinate representation of color #DEEFA9: hue angle of 74.57º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEEFA9 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 239 | 169 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.06 |
| HSL | 74.57º | 0.69% | 0.8% | - |
| HSV(B) | 74.57º | 0.29% | 0.94% | - |
| XYZ | 68.15 | 80.13 | 49.41 | - |
| YUV | 225.94 | 95.87 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 239 | 169 | 0.07 | 0 | 0.29 | 0.06 | 74.57 | 0.69 | 0.8 |
| Hex | DE | EF | A9 | 7 | 0 | 1D | 6 | 4B | 45 | 50 |
| Octal | 336 | 357 | 251 | 7 | 0 | 35 | 6 | 113 | 105 | 120 |
| Binary | 11011110 | 11101111 | 10101001 | 111 | 0 | 11101 | 110 | 1001011 | 1000101 | 1010000 |
Color Harmonies of #DEEFA9
Complementary color
Monochromatic Colors of #DEEFA9
Black with #DEEFA9
Text Example
Text Example
White with #DEEFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEFA9; }
p { color: rgb(222,239,169); }
H1.HeaderClassName
{
color: #DEEFA9;
}
.AnyTagClassName
{
color: #DEEFA9;
}
</style>
background-color css
<style>
a { background-color: #DEEFA9; }
a { background-color: rgb(222,239,169); }
div.DivClassName
{
background-color: #DEEFA9;
}
.BgClassName
{
background-color: #DEEFA9;
}
</style>
border-color css
<style>
span { border-color: #DEEFA9; }
span { border-color: rgb(222,239,169); }
td.TdClassName
{
border-color: #DEEFA9;
}
.TagClassName
{
border-color: #DEEFA9;
}
</style>