Shades of Reef #DFF7AF
Tints of Reef #DFF7AF
RGB
CMYK
RGB Variations
Color information
#DFF7AF (or 0xDFF7AF) is known color: Reef. HEX triplet: DF, F7 and AF. RGB value is (223,247,175). Sum of RGB (Red+Green+Blue) = 223+247+175=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 247 (96.88% from 255 or 38.29% from 645); Blue value is 175 (68.75% from 255 or 27.13% from 645); Max value from RGB is 247 - color contains mainly: green. Hex color #DFF7AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF7AF is #200850. Grayscale: #E7E7E7. Windows color (decimal): -2099281 or 11532255. OLE color: 11532255.
HSL color Cylindrical-coordinate representation of color #DFF7AF: hue angle of 80º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFF7AF is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 247 | 175 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.03 |
| HSL | 80º | 0.82% | 0.83% | - |
| HSV(B) | 80º | 0.29% | 0.97% | - |
| XYZ | 71.43 | 85.3 | 53.26 | - |
| YUV | 231.62 | 96.05 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 247 | 175 | 0.10 | 0 | 0.29 | 0.03 | 80 | 0.82 | 0.83 |
| Hex | DF | F7 | AF | A | 0 | 1D | 3 | 50 | 52 | 53 |
| Octal | 337 | 367 | 257 | 12 | 0 | 35 | 3 | 120 | 122 | 123 |
| Binary | 11011111 | 11110111 | 10101111 | 1010 | 0 | 11101 | 11 | 1010000 | 1010010 | 1010011 |
Color Harmonies of #DFF7AF
Complementary color
Monochromatic Colors of #DFF7AF
Black with #DFF7AF
Text Example
Text Example
White with #DFF7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF7AF; }
p { color: rgb(223,247,175); }
H1.HeaderClassName
{
color: #DFF7AF;
}
.AnyTagClassName
{
color: #DFF7AF;
}
</style>
background-color css
<style>
a { background-color: #DFF7AF; }
a { background-color: rgb(223,247,175); }
div.DivClassName
{
background-color: #DFF7AF;
}
.BgClassName
{
background-color: #DFF7AF;
}
</style>
border-color css
<style>
span { border-color: #DFF7AF; }
span { border-color: rgb(223,247,175); }
td.TdClassName
{
border-color: #DFF7AF;
}
.TagClassName
{
border-color: #DFF7AF;
}
</style>