Shades of Reef #DFFEAA
Tints of Reef #DFFEAA
RGB
CMYK
RGB Variations
Color information
#DFFEAA (or 0xDFFEAA) is known color: Reef. HEX triplet: DF, FE and AA. RGB value is (223,254,170). Sum of RGB (Red+Green+Blue) = 223+254+170=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 170 (66.80% from 255 or 26.28% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFEAA is #200155. Grayscale: #EBEBEB. Windows color (decimal): -2097494 or 11206367. OLE color: 11206367.
HSL color Cylindrical-coordinate representation of color #DFFEAA: hue angle of 82.14º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFFEAA is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 254 | 170 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.00 |
| HSL | 82.14º | 0.98% | 0.83% | - |
| HSV(B) | 82.14º | 0.33% | 1% | - |
| XYZ | 73.13 | 89.47 | 51.45 | - |
| YUV | 235.16 | 91.23 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 254 | 170 | 0.12 | 0 | 0.33 | 0.00 | 82.14 | 0.98 | 0.83 |
| Hex | DF | FE | AA | C | 0 | 21 | 0 | 52 | 62 | 53 |
| Octal | 337 | 376 | 252 | 14 | 0 | 41 | 0 | 122 | 142 | 123 |
| Binary | 11011111 | 11111110 | 10101010 | 1100 | 0 | 100001 | 0 | 1010010 | 1100010 | 1010011 |
Color Harmonies of #DFFEAA
Complementary color
Monochromatic Colors of #DFFEAA
Black with #DFFEAA
Text Example
Text Example
White with #DFFEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFEAA; }
p { color: rgb(223,254,170); }
H1.HeaderClassName
{
color: #DFFEAA;
}
.AnyTagClassName
{
color: #DFFEAA;
}
</style>
background-color css
<style>
a { background-color: #DFFEAA; }
a { background-color: rgb(223,254,170); }
div.DivClassName
{
background-color: #DFFEAA;
}
.BgClassName
{
background-color: #DFFEAA;
}
</style>
border-color css
<style>
span { border-color: #DFFEAA; }
span { border-color: rgb(223,254,170); }
td.TdClassName
{
border-color: #DFFEAA;
}
.TagClassName
{
border-color: #DFFEAA;
}
</style>