Shades of Reef #DEFAA9
Tints of Reef #DEFAA9
RGB
CMYK
RGB Variations
Color information
#DEFAA9 (or 0xDEFAA9) is known color: Reef. HEX triplet: DE, FA and A9. RGB value is (222,250,169). Sum of RGB (Red+Green+Blue) = 222+250+169=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 169 (66.41% from 255 or 26.37% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFAA9 is #210556. Grayscale: #E8E8E8. Windows color (decimal): -2164055 or 11139806. OLE color: 11139806.
HSL color Cylindrical-coordinate representation of color #DEFAA9: hue angle of 80.74º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEFAA9 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 250 | 169 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.02 |
| HSL | 80.74º | 0.89% | 0.82% | - |
| HSV(B) | 80.74º | 0.32% | 0.98% | - |
| XYZ | 71.47 | 86.77 | 50.52 | - |
| YUV | 232.39 | 92.22 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 169 | 0.11 | 0 | 0.32 | 0.02 | 80.74 | 0.89 | 0.82 |
| Hex | DE | FA | A9 | B | 0 | 20 | 2 | 51 | 59 | 52 |
| Octal | 336 | 372 | 251 | 13 | 0 | 40 | 2 | 121 | 131 | 122 |
| Binary | 11011110 | 11111010 | 10101001 | 1011 | 0 | 100000 | 10 | 1010001 | 1011001 | 1010010 |
Color Harmonies of #DEFAA9
Complementary color
Monochromatic Colors of #DEFAA9
Black with #DEFAA9
Text Example
Text Example
White with #DEFAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFAA9; }
p { color: rgb(222,250,169); }
H1.HeaderClassName
{
color: #DEFAA9;
}
.AnyTagClassName
{
color: #DEFAA9;
}
</style>
background-color css
<style>
a { background-color: #DEFAA9; }
a { background-color: rgb(222,250,169); }
div.DivClassName
{
background-color: #DEFAA9;
}
.BgClassName
{
background-color: #DEFAA9;
}
</style>
border-color css
<style>
span { border-color: #DEFAA9; }
span { border-color: rgb(222,250,169); }
td.TdClassName
{
border-color: #DEFAA9;
}
.TagClassName
{
border-color: #DEFAA9;
}
</style>