Shades of Reef #DEF4A8
Tints of Reef #DEF4A8
RGB
CMYK
RGB Variations
Color information
#DEF4A8 (or 0xDEF4A8) is known color: Reef. HEX triplet: DE, F4 and A8. RGB value is (222,244,168). Sum of RGB (Red+Green+Blue) = 222+244+168=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 244 (95.70% from 255 or 38.49% from 634); Blue value is 168 (66.02% from 255 or 26.50% from 634); Max value from RGB is 244 - color contains mainly: green. Hex color #DEF4A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF4A8 is #210B57. Grayscale: #E5E5E5. Windows color (decimal): -2165592 or 11072734. OLE color: 11072734.
HSL color Cylindrical-coordinate representation of color #DEF4A8: hue angle of 77.37º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEF4A8 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 244 | 168 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.04 |
| HSL | 77.37º | 0.78% | 0.81% | - |
| HSV(B) | 77.37º | 0.31% | 0.96% | - |
| XYZ | 69.54 | 83.06 | 49.41 | - |
| YUV | 228.76 | 93.71 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 244 | 168 | 0.09 | 0 | 0.31 | 0.04 | 77.37 | 0.78 | 0.81 |
| Hex | DE | F4 | A8 | 9 | 0 | 1F | 4 | 4D | 4E | 51 |
| Octal | 336 | 364 | 250 | 11 | 0 | 37 | 4 | 115 | 116 | 121 |
| Binary | 11011110 | 11110100 | 10101000 | 1001 | 0 | 11111 | 100 | 1001101 | 1001110 | 1010001 |
Color Harmonies of #DEF4A8
Complementary color
Monochromatic Colors of #DEF4A8
Black with #DEF4A8
Text Example
Text Example
White with #DEF4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF4A8; }
p { color: rgb(222,244,168); }
H1.HeaderClassName
{
color: #DEF4A8;
}
.AnyTagClassName
{
color: #DEF4A8;
}
</style>
background-color css
<style>
a { background-color: #DEF4A8; }
a { background-color: rgb(222,244,168); }
div.DivClassName
{
background-color: #DEF4A8;
}
.BgClassName
{
background-color: #DEF4A8;
}
</style>
border-color css
<style>
span { border-color: #DEF4A8; }
span { border-color: rgb(222,244,168); }
td.TdClassName
{
border-color: #DEF4A8;
}
.TagClassName
{
border-color: #DEF4A8;
}
</style>