Shades of Reef #DFFEA8
Tints of Reef #DFFEA8
RGB
CMYK
RGB Variations
Color information
#DFFEA8 (or 0xDFFEA8) is known color: Reef. HEX triplet: DF, FE and A8. RGB value is (223,254,168). Sum of RGB (Red+Green+Blue) = 223+254+168=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 254 (99.61% from 255 or 39.38% from 645); Blue value is 168 (66.02% from 255 or 26.05% from 645); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFEA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFEA8 is #200157. Grayscale: #EBEBEB. Windows color (decimal): -2097496 or 11075295. OLE color: 11075295.
HSL color Cylindrical-coordinate representation of color #DFFEA8: hue angle of 81.63º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFFEA8 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 254 | 168 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.00 |
| HSL | 81.63º | 0.98% | 0.83% | - |
| HSV(B) | 81.63º | 0.34% | 1% | - |
| XYZ | 72.94 | 89.4 | 50.46 | - |
| YUV | 234.93 | 90.23 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 254 | 168 | 0.12 | 0 | 0.34 | 0.00 | 81.63 | 0.98 | 0.83 |
| Hex | DF | FE | A8 | C | 0 | 22 | 0 | 52 | 62 | 53 |
| Octal | 337 | 376 | 250 | 14 | 0 | 42 | 0 | 122 | 142 | 123 |
| Binary | 11011111 | 11111110 | 10101000 | 1100 | 0 | 100010 | 0 | 1010010 | 1100010 | 1010011 |
Color Harmonies of #DFFEA8
Complementary color
Monochromatic Colors of #DFFEA8
Black with #DFFEA8
Text Example
Text Example
White with #DFFEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFEA8; }
p { color: rgb(223,254,168); }
H1.HeaderClassName
{
color: #DFFEA8;
}
.AnyTagClassName
{
color: #DFFEA8;
}
</style>
background-color css
<style>
a { background-color: #DFFEA8; }
a { background-color: rgb(223,254,168); }
div.DivClassName
{
background-color: #DFFEA8;
}
.BgClassName
{
background-color: #DFFEA8;
}
</style>
border-color css
<style>
span { border-color: #DFFEA8; }
span { border-color: rgb(223,254,168); }
td.TdClassName
{
border-color: #DFFEA8;
}
.TagClassName
{
border-color: #DFFEA8;
}
</style>