Shades of Reef #DFFFAF
Tints of Reef #DFFFAF
RGB
CMYK
RGB Variations
Color information
#DFFFAF (or 0xDFFFAF) is known color: Reef. HEX triplet: DF, FF and AF. RGB value is (223,255,175). Sum of RGB (Red+Green+Blue) = 223+255+175=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 175 (68.75% from 255 or 26.80% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFFAF is #200050. Grayscale: #ECECEC. Windows color (decimal): -2097233 or 11534303. OLE color: 11534303.
HSL color Cylindrical-coordinate representation of color #DFFFAF: hue angle of 84º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFFFAF is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 175 | - |
| CMYK | 0.13 | 0 | 0.31 | 0 |
| HSL | 84º | 1% | 0.84% | - |
| HSV(B) | 84º | 0.31% | 1% | - |
| XYZ | 73.93 | 90.3 | 54.09 | - |
| YUV | 236.31 | 93.4 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 175 | 0.13 | 0 | 0.31 | 0 | 84 | 1 | 0.84 |
| Hex | DF | FF | AF | D | 0 | 1F | 0 | 54 | 64 | 54 |
| Octal | 337 | 377 | 257 | 15 | 0 | 37 | 0 | 124 | 144 | 124 |
| Binary | 11011111 | 11111111 | 10101111 | 1101 | 0 | 11111 | 0 | 1010100 | 1100100 | 1010100 |
Color Harmonies of #DFFFAF
Complementary color
Monochromatic Colors of #DFFFAF
Black with #DFFFAF
Text Example
Text Example
White with #DFFFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFFAF; }
p { color: rgb(223,255,175); }
H1.HeaderClassName
{
color: #DFFFAF;
}
.AnyTagClassName
{
color: #DFFFAF;
}
</style>
background-color css
<style>
a { background-color: #DFFFAF; }
a { background-color: rgb(223,255,175); }
div.DivClassName
{
background-color: #DFFFAF;
}
.BgClassName
{
background-color: #DFFFAF;
}
</style>
border-color css
<style>
span { border-color: #DFFFAF; }
span { border-color: rgb(223,255,175); }
td.TdClassName
{
border-color: #DFFFAF;
}
.TagClassName
{
border-color: #DFFFAF;
}
</style>