Shades of Reef #DFF2AA
Tints of Reef #DFF2AA
RGB
CMYK
RGB Variations
Color information
#DFF2AA (or 0xDFF2AA) is known color: Reef. HEX triplet: DF, F2 and AA. RGB value is (223,242,170). Sum of RGB (Red+Green+Blue) = 223+242+170=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 242 (94.92% from 255 or 38.11% from 635); Blue value is 170 (66.80% from 255 or 26.77% from 635); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF2AA is #200D55. Grayscale: #E4E4E4. Windows color (decimal): -2100566 or 11203295. OLE color: 11203295.
HSL color Cylindrical-coordinate representation of color #DFF2AA: hue angle of 75.83º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFF2AA is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 170 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.05 |
| HSL | 75.83º | 0.73% | 0.81% | - |
| HSV(B) | 75.83º | 0.3% | 0.95% | - |
| XYZ | 69.44 | 82.09 | 50.22 | - |
| YUV | 228.11 | 95.21 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 170 | 0.08 | 0 | 0.30 | 0.05 | 75.83 | 0.73 | 0.81 |
| Hex | DF | F2 | AA | 8 | 0 | 1E | 5 | 4C | 49 | 51 |
| Octal | 337 | 362 | 252 | 10 | 0 | 36 | 5 | 114 | 111 | 121 |
| Binary | 11011111 | 11110010 | 10101010 | 1000 | 0 | 11110 | 101 | 1001100 | 1001001 | 1010001 |
Color Harmonies of #DFF2AA
Complementary color
Monochromatic Colors of #DFF2AA
Black with #DFF2AA
Text Example
Text Example
White with #DFF2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF2AA; }
p { color: rgb(223,242,170); }
H1.HeaderClassName
{
color: #DFF2AA;
}
.AnyTagClassName
{
color: #DFF2AA;
}
</style>
background-color css
<style>
a { background-color: #DFF2AA; }
a { background-color: rgb(223,242,170); }
div.DivClassName
{
background-color: #DFF2AA;
}
.BgClassName
{
background-color: #DFF2AA;
}
</style>
border-color css
<style>
span { border-color: #DFF2AA; }
span { border-color: rgb(223,242,170); }
td.TdClassName
{
border-color: #DFF2AA;
}
.TagClassName
{
border-color: #DFF2AA;
}
</style>