Shades of Reef #DEFFA8
Tints of Reef #DEFFA8
RGB
CMYK
RGB Variations
Color information
#DEFFA8 (or 0xDEFFA8) is known color: Reef. HEX triplet: DE, FF and A8. RGB value is (222,255,168). Sum of RGB (Red+Green+Blue) = 222+255+168=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 168 (66.02% from 255 or 26.05% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFFA8 is #210057. Grayscale: #EBEBEB. Windows color (decimal): -2162776 or 11075550. OLE color: 11075550.
HSL color Cylindrical-coordinate representation of color #DEFFA8: hue angle of 82.76º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DEFFA8 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 168 | - |
| CMYK | 0.13 | 0 | 0.34 | 0 |
| HSL | 82.76º | 1% | 0.83% | - |
| HSV(B) | 82.76º | 0.34% | 1% | - |
| XYZ | 72.95 | 89.88 | 50.55 | - |
| YUV | 235.22 | 90.07 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 168 | 0.13 | 0 | 0.34 | 0 | 82.76 | 1 | 0.83 |
| Hex | DE | FF | A8 | D | 0 | 22 | 0 | 53 | 64 | 53 |
| Octal | 336 | 377 | 250 | 15 | 0 | 42 | 0 | 123 | 144 | 123 |
| Binary | 11011110 | 11111111 | 10101000 | 1101 | 0 | 100010 | 0 | 1010011 | 1100100 | 1010011 |
Color Harmonies of #DEFFA8
Complementary color
Monochromatic Colors of #DEFFA8
Black with #DEFFA8
Text Example
Text Example
White with #DEFFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFFA8; }
p { color: rgb(222,255,168); }
H1.HeaderClassName
{
color: #DEFFA8;
}
.AnyTagClassName
{
color: #DEFFA8;
}
</style>
background-color css
<style>
a { background-color: #DEFFA8; }
a { background-color: rgb(222,255,168); }
div.DivClassName
{
background-color: #DEFFA8;
}
.BgClassName
{
background-color: #DEFFA8;
}
</style>
border-color css
<style>
span { border-color: #DEFFA8; }
span { border-color: rgb(222,255,168); }
td.TdClassName
{
border-color: #DEFFA8;
}
.TagClassName
{
border-color: #DEFFA8;
}
</style>