Shades of Reef #DCF1A0
Tints of Reef #DCF1A0
RGB
CMYK
RGB Variations
Color information
#DCF1A0 (or 0xDCF1A0) is known color: Reef. HEX triplet: DC, F1 and A0. RGB value is (220,241,160). Sum of RGB (Red+Green+Blue) = 220+241+160=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 241 (94.53% from 255 or 38.81% from 621); Blue value is 160 (62.89% from 255 or 25.76% from 621); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF1A0 is #230E5F. Grayscale: #E1E1E1. Windows color (decimal): -2297440 or 10547676. OLE color: 10547676.
HSL color Cylindrical-coordinate representation of color #DCF1A0: hue angle of 75.56º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCF1A0 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 160 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.05 |
| HSL | 75.56º | 0.74% | 0.79% | - |
| HSV(B) | 75.56º | 0.34% | 0.95% | - |
| XYZ | 67.32 | 80.66 | 45.28 | - |
| YUV | 225.49 | 91.04 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 160 | 0.09 | 0 | 0.34 | 0.05 | 75.56 | 0.74 | 0.79 |
| Hex | DC | F1 | A0 | 9 | 0 | 22 | 5 | 4C | 4A | 4F |
| Octal | 334 | 361 | 240 | 11 | 0 | 42 | 5 | 114 | 112 | 117 |
| Binary | 11011100 | 11110001 | 10100000 | 1001 | 0 | 100010 | 101 | 1001100 | 1001010 | 1001111 |
Color Harmonies of #DCF1A0
Complementary color
Monochromatic Colors of #DCF1A0
Black with #DCF1A0
Text Example
Text Example
White with #DCF1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF1A0; }
p { color: rgb(220,241,160); }
H1.HeaderClassName
{
color: #DCF1A0;
}
.AnyTagClassName
{
color: #DCF1A0;
}
</style>
background-color css
<style>
a { background-color: #DCF1A0; }
a { background-color: rgb(220,241,160); }
div.DivClassName
{
background-color: #DCF1A0;
}
.BgClassName
{
background-color: #DCF1A0;
}
</style>
border-color css
<style>
span { border-color: #DCF1A0; }
span { border-color: rgb(220,241,160); }
td.TdClassName
{
border-color: #DCF1A0;
}
.TagClassName
{
border-color: #DCF1A0;
}
</style>