Shades of Reef #DCFEB1
Tints of Reef #DCFEB1
RGB
CMYK
RGB Variations
Color information
#DCFEB1 (or 0xDCFEB1) is known color: Reef. HEX triplet: DC, FE and B1. RGB value is (220,254,177). Sum of RGB (Red+Green+Blue) = 220+254+177=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 177 (69.53% from 255 or 27.19% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFEB1 is #23014E. Grayscale: #EBEBEB. Windows color (decimal): -2294095 or 11665116. OLE color: 11665116.
HSL color Cylindrical-coordinate representation of color #DCFEB1: hue angle of 86.49º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCFEB1 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 177 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.00 |
| HSL | 86.49º | 0.97% | 0.85% | - |
| HSV(B) | 86.49º | 0.3% | 1% | - |
| XYZ | 72.89 | 89.27 | 54.98 | - |
| YUV | 235.06 | 95.24 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 177 | 0.13 | 0 | 0.30 | 0.00 | 86.49 | 0.97 | 0.85 |
| Hex | DC | FE | B1 | D | 0 | 1E | 0 | 56 | 61 | 55 |
| Octal | 334 | 376 | 261 | 15 | 0 | 36 | 0 | 126 | 141 | 125 |
| Binary | 11011100 | 11111110 | 10110001 | 1101 | 0 | 11110 | 0 | 1010110 | 1100001 | 1010101 |
Color Harmonies of #DCFEB1
Complementary color
Monochromatic Colors of #DCFEB1
Black with #DCFEB1
Text Example
Text Example
White with #DCFEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFEB1; }
p { color: rgb(220,254,177); }
H1.HeaderClassName
{
color: #DCFEB1;
}
.AnyTagClassName
{
color: #DCFEB1;
}
</style>
background-color css
<style>
a { background-color: #DCFEB1; }
a { background-color: rgb(220,254,177); }
div.DivClassName
{
background-color: #DCFEB1;
}
.BgClassName
{
background-color: #DCFEB1;
}
</style>
border-color css
<style>
span { border-color: #DCFEB1; }
span { border-color: rgb(220,254,177); }
td.TdClassName
{
border-color: #DCFEB1;
}
.TagClassName
{
border-color: #DCFEB1;
}
</style>