Shades of Reef #DCFFA0
Tints of Reef #DCFFA0
RGB
CMYK
RGB Variations
Color information
#DCFFA0 (or 0xDCFFA0) is known color: Reef. HEX triplet: DC, FF and A0. RGB value is (220,255,160). Sum of RGB (Red+Green+Blue) = 220+255+160=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 160 (62.89% from 255 or 25.20% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFFA0 is #23005F. Grayscale: #EAEAEA. Windows color (decimal): -2293856 or 10551260. OLE color: 10551260.
HSL color Cylindrical-coordinate representation of color #DCFFA0: hue angle of 82.11º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCFFA0 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 160 | - |
| CMYK | 0.14 | 0 | 0.37 | 0 |
| HSL | 82.11º | 1% | 0.81% | - |
| HSV(B) | 82.11º | 0.37% | 1% | - |
| XYZ | 71.62 | 89.27 | 46.71 | - |
| YUV | 233.71 | 86.4 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 160 | 0.14 | 0 | 0.37 | 0 | 82.11 | 1 | 0.81 |
| Hex | DC | FF | A0 | E | 0 | 25 | 0 | 52 | 64 | 51 |
| Octal | 334 | 377 | 240 | 16 | 0 | 45 | 0 | 122 | 144 | 121 |
| Binary | 11011100 | 11111111 | 10100000 | 1110 | 0 | 100101 | 0 | 1010010 | 1100100 | 1010001 |
Color Harmonies of #DCFFA0
Complementary color
Monochromatic Colors of #DCFFA0
Black with #DCFFA0
Text Example
Text Example
White with #DCFFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFA0; }
p { color: rgb(220,255,160); }
H1.HeaderClassName
{
color: #DCFFA0;
}
.AnyTagClassName
{
color: #DCFFA0;
}
</style>
background-color css
<style>
a { background-color: #DCFFA0; }
a { background-color: rgb(220,255,160); }
div.DivClassName
{
background-color: #DCFFA0;
}
.BgClassName
{
background-color: #DCFFA0;
}
</style>
border-color css
<style>
span { border-color: #DCFFA0; }
span { border-color: rgb(220,255,160); }
td.TdClassName
{
border-color: #DCFFA0;
}
.TagClassName
{
border-color: #DCFFA0;
}
</style>