Shades of Reef #DCFEA2
Tints of Reef #DCFEA2
RGB
CMYK
RGB Variations
Color information
#DCFEA2 (or 0xDCFEA2) is known color: Reef. HEX triplet: DC, FE and A2. RGB value is (220,254,162). Sum of RGB (Red+Green+Blue) = 220+254+162=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 254 (99.61% from 255 or 39.94% from 636); Blue value is 162 (63.67% from 255 or 25.47% from 636); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFEA2 is #23015D. Grayscale: #E9E9E9. Windows color (decimal): -2294110 or 10682076. OLE color: 10682076.
HSL color Cylindrical-coordinate representation of color #DCFEA2: hue angle of 82.17º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCFEA2 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 162 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.00 |
| HSL | 82.17º | 0.98% | 0.82% | - |
| HSV(B) | 82.17º | 0.36% | 1% | - |
| XYZ | 71.48 | 88.71 | 47.54 | - |
| YUV | 233.35 | 87.74 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 162 | 0.13 | 0 | 0.36 | 0.00 | 82.17 | 0.98 | 0.82 |
| Hex | DC | FE | A2 | D | 0 | 24 | 0 | 52 | 62 | 52 |
| Octal | 334 | 376 | 242 | 15 | 0 | 44 | 0 | 122 | 142 | 122 |
| Binary | 11011100 | 11111110 | 10100010 | 1101 | 0 | 100100 | 0 | 1010010 | 1100010 | 1010010 |
Color Harmonies of #DCFEA2
Complementary color
Monochromatic Colors of #DCFEA2
Black with #DCFEA2
Text Example
Text Example
White with #DCFEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFEA2; }
p { color: rgb(220,254,162); }
H1.HeaderClassName
{
color: #DCFEA2;
}
.AnyTagClassName
{
color: #DCFEA2;
}
</style>
background-color css
<style>
a { background-color: #DCFEA2; }
a { background-color: rgb(220,254,162); }
div.DivClassName
{
background-color: #DCFEA2;
}
.BgClassName
{
background-color: #DCFEA2;
}
</style>
border-color css
<style>
span { border-color: #DCFEA2; }
span { border-color: rgb(220,254,162); }
td.TdClassName
{
border-color: #DCFEA2;
}
.TagClassName
{
border-color: #DCFEA2;
}
</style>