Shades of Reef #DCF5B1
Tints of Reef #DCF5B1
RGB
CMYK
RGB Variations
Color information
#DCF5B1 (or 0xDCF5B1) is known color: Reef. HEX triplet: DC, F5 and B1. RGB value is (220,245,177). Sum of RGB (Red+Green+Blue) = 220+245+177=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 245 (96.09% from 255 or 38.16% from 642); Blue value is 177 (69.53% from 255 or 27.57% from 642); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF5B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF5B1 is #230A4E. Grayscale: #E6E6E6. Windows color (decimal): -2296399 or 11662812. OLE color: 11662812.
HSL color Cylindrical-coordinate representation of color #DCF5B1: hue angle of 82.06º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCF5B1 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 177 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.04 |
| HSL | 82.06º | 0.77% | 0.83% | - |
| HSV(B) | 82.06º | 0.28% | 0.96% | - |
| XYZ | 70.1 | 83.69 | 54.05 | - |
| YUV | 229.77 | 98.22 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 177 | 0.10 | 0 | 0.28 | 0.04 | 82.06 | 0.77 | 0.83 |
| Hex | DC | F5 | B1 | A | 0 | 1C | 4 | 52 | 4D | 53 |
| Octal | 334 | 365 | 261 | 12 | 0 | 34 | 4 | 122 | 115 | 123 |
| Binary | 11011100 | 11110101 | 10110001 | 1010 | 0 | 11100 | 100 | 1010010 | 1001101 | 1010011 |
Color Harmonies of #DCF5B1
Complementary color
Monochromatic Colors of #DCF5B1
Black with #DCF5B1
Text Example
Text Example
White with #DCF5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF5B1; }
p { color: rgb(220,245,177); }
H1.HeaderClassName
{
color: #DCF5B1;
}
.AnyTagClassName
{
color: #DCF5B1;
}
</style>
background-color css
<style>
a { background-color: #DCF5B1; }
a { background-color: rgb(220,245,177); }
div.DivClassName
{
background-color: #DCF5B1;
}
.BgClassName
{
background-color: #DCF5B1;
}
</style>
border-color css
<style>
span { border-color: #DCF5B1; }
span { border-color: rgb(220,245,177); }
td.TdClassName
{
border-color: #DCF5B1;
}
.TagClassName
{
border-color: #DCF5B1;
}
</style>