Shades of Reef #DFF5AC
Tints of Reef #DFF5AC
RGB
CMYK
RGB Variations
Color information
#DFF5AC (or 0xDFF5AC) is known color: Reef. HEX triplet: DF, F5 and AC. RGB value is (223,245,172). Sum of RGB (Red+Green+Blue) = 223+245+172=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 245 (96.09% from 255 or 38.28% from 640); Blue value is 172 (67.58% from 255 or 26.88% from 640); Max value from RGB is 245 - color contains mainly: green. Hex color #DFF5AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF5AC is #200A53. Grayscale: #E6E6E6. Windows color (decimal): -2099796 or 11335135. OLE color: 11335135.
HSL color Cylindrical-coordinate representation of color #DFF5AC: hue angle of 78.08º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFF5AC is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 245 | 172 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.04 |
| HSL | 78.08º | 0.78% | 0.82% | - |
| HSV(B) | 78.08º | 0.3% | 0.96% | - |
| XYZ | 70.53 | 83.97 | 51.52 | - |
| YUV | 230.1 | 95.21 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 245 | 172 | 0.09 | 0 | 0.30 | 0.04 | 78.08 | 0.78 | 0.82 |
| Hex | DF | F5 | AC | 9 | 0 | 1E | 4 | 4E | 4E | 52 |
| Octal | 337 | 365 | 254 | 11 | 0 | 36 | 4 | 116 | 116 | 122 |
| Binary | 11011111 | 11110101 | 10101100 | 1001 | 0 | 11110 | 100 | 1001110 | 1001110 | 1010010 |
Color Harmonies of #DFF5AC
Complementary color
Monochromatic Colors of #DFF5AC
Black with #DFF5AC
Text Example
Text Example
White with #DFF5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF5AC; }
p { color: rgb(223,245,172); }
H1.HeaderClassName
{
color: #DFF5AC;
}
.AnyTagClassName
{
color: #DFF5AC;
}
</style>
background-color css
<style>
a { background-color: #DFF5AC; }
a { background-color: rgb(223,245,172); }
div.DivClassName
{
background-color: #DFF5AC;
}
.BgClassName
{
background-color: #DFF5AC;
}
</style>
border-color css
<style>
span { border-color: #DFF5AC; }
span { border-color: rgb(223,245,172); }
td.TdClassName
{
border-color: #DFF5AC;
}
.TagClassName
{
border-color: #DFF5AC;
}
</style>