Shades of Reef #DFFEAC
Tints of Reef #DFFEAC
RGB
CMYK
RGB Variations
Color information
#DFFEAC (or 0xDFFEAC) is known color: Reef. HEX triplet: DF, FE and AC. RGB value is (223,254,172). Sum of RGB (Red+Green+Blue) = 223+254+172=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 172 (67.58% from 255 or 26.50% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFEAC is #200153. Grayscale: #EBEBEB. Windows color (decimal): -2097492 or 11337439. OLE color: 11337439.
HSL color Cylindrical-coordinate representation of color #DFFEAC: hue angle of 82.68º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFFEAC is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 254 | 172 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.00 |
| HSL | 82.68º | 0.98% | 0.84% | - |
| HSV(B) | 82.68º | 0.32% | 1% | - |
| XYZ | 73.32 | 89.55 | 52.45 | - |
| YUV | 235.38 | 92.23 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 254 | 172 | 0.12 | 0 | 0.32 | 0.00 | 82.68 | 0.98 | 0.84 |
| Hex | DF | FE | AC | C | 0 | 20 | 0 | 53 | 62 | 54 |
| Octal | 337 | 376 | 254 | 14 | 0 | 40 | 0 | 123 | 142 | 124 |
| Binary | 11011111 | 11111110 | 10101100 | 1100 | 0 | 100000 | 0 | 1010011 | 1100010 | 1010100 |
Color Harmonies of #DFFEAC
Complementary color
Monochromatic Colors of #DFFEAC
Black with #DFFEAC
Text Example
Text Example
White with #DFFEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFEAC; }
p { color: rgb(223,254,172); }
H1.HeaderClassName
{
color: #DFFEAC;
}
.AnyTagClassName
{
color: #DFFEAC;
}
</style>
background-color css
<style>
a { background-color: #DFFEAC; }
a { background-color: rgb(223,254,172); }
div.DivClassName
{
background-color: #DFFEAC;
}
.BgClassName
{
background-color: #DFFEAC;
}
</style>
border-color css
<style>
span { border-color: #DFFEAC; }
span { border-color: rgb(223,254,172); }
td.TdClassName
{
border-color: #DFFEAC;
}
.TagClassName
{
border-color: #DFFEAC;
}
</style>