Shades of Reef #DCFEAC
Tints of Reef #DCFEAC
RGB
CMYK
RGB Variations
Color information
#DCFEAC (or 0xDCFEAC) is known color: Reef. HEX triplet: DC, FE and AC. RGB value is (220,254,172). Sum of RGB (Red+Green+Blue) = 220+254+172=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 172 (67.58% from 255 or 26.63% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFEAC is #230153. Grayscale: #EAEAEA. Windows color (decimal): -2294100 or 11337436. OLE color: 11337436.
HSL color Cylindrical-coordinate representation of color #DCFEAC: hue angle of 84.88º 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 #DCFEAC is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 172 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.00 |
| HSL | 84.88º | 0.98% | 0.84% | - |
| HSV(B) | 84.88º | 0.32% | 1% | - |
| XYZ | 72.4 | 89.08 | 52.41 | - |
| YUV | 234.49 | 92.74 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 172 | 0.13 | 0 | 0.32 | 0.00 | 84.88 | 0.98 | 0.84 |
| Hex | DC | FE | AC | D | 0 | 20 | 0 | 55 | 62 | 54 |
| Octal | 334 | 376 | 254 | 15 | 0 | 40 | 0 | 125 | 142 | 124 |
| Binary | 11011100 | 11111110 | 10101100 | 1101 | 0 | 100000 | 0 | 1010101 | 1100010 | 1010100 |
Color Harmonies of #DCFEAC
Complementary color
Monochromatic Colors of #DCFEAC
Black with #DCFEAC
Text Example
Text Example
White with #DCFEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFEAC; }
p { color: rgb(220,254,172); }
H1.HeaderClassName
{
color: #DCFEAC;
}
.AnyTagClassName
{
color: #DCFEAC;
}
</style>
background-color css
<style>
a { background-color: #DCFEAC; }
a { background-color: rgb(220,254,172); }
div.DivClassName
{
background-color: #DCFEAC;
}
.BgClassName
{
background-color: #DCFEAC;
}
</style>
border-color css
<style>
span { border-color: #DCFEAC; }
span { border-color: rgb(220,254,172); }
td.TdClassName
{
border-color: #DCFEAC;
}
.TagClassName
{
border-color: #DCFEAC;
}
</style>