Shades of Reef #DFF8AF
Tints of Reef #DFF8AF
RGB
CMYK
RGB Variations
Color information
#DFF8AF (or 0xDFF8AF) is known color: Reef. HEX triplet: DF, F8 and AF. RGB value is (223,248,175). Sum of RGB (Red+Green+Blue) = 223+248+175=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 248 (97.27% from 255 or 38.39% from 646); Blue value is 175 (68.75% from 255 or 27.09% from 646); Max value from RGB is 248 - color contains mainly: green. Hex color #DFF8AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF8AF is #200750. Grayscale: #E8E8E8. Windows color (decimal): -2099025 or 11532511. OLE color: 11532511.
HSL color Cylindrical-coordinate representation of color #DFF8AF: hue angle of 80.55º degrees, saturation: 0.84, 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 #DFF8AF is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 248 | 175 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.03 |
| HSL | 80.55º | 0.84% | 0.83% | - |
| HSV(B) | 80.55º | 0.29% | 0.97% | - |
| XYZ | 71.74 | 85.92 | 53.36 | - |
| YUV | 232.2 | 95.72 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 248 | 175 | 0.10 | 0 | 0.29 | 0.03 | 80.55 | 0.84 | 0.83 |
| Hex | DF | F8 | AF | A | 0 | 1D | 3 | 51 | 54 | 53 |
| Octal | 337 | 370 | 257 | 12 | 0 | 35 | 3 | 121 | 124 | 123 |
| Binary | 11011111 | 11111000 | 10101111 | 1010 | 0 | 11101 | 11 | 1010001 | 1010100 | 1010011 |
Color Harmonies of #DFF8AF
Complementary color
Monochromatic Colors of #DFF8AF
Black with #DFF8AF
Text Example
Text Example
White with #DFF8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF8AF; }
p { color: rgb(223,248,175); }
H1.HeaderClassName
{
color: #DFF8AF;
}
.AnyTagClassName
{
color: #DFF8AF;
}
</style>
background-color css
<style>
a { background-color: #DFF8AF; }
a { background-color: rgb(223,248,175); }
div.DivClassName
{
background-color: #DFF8AF;
}
.BgClassName
{
background-color: #DFF8AF;
}
</style>
border-color css
<style>
span { border-color: #DFF8AF; }
span { border-color: rgb(223,248,175); }
td.TdClassName
{
border-color: #DFF8AF;
}
.TagClassName
{
border-color: #DFF8AF;
}
</style>