Shades of Reef #DCF5AB
Tints of Reef #DCF5AB
RGB
CMYK
RGB Variations
Color information
#DCF5AB (or 0xDCF5AB) is known color: Reef. HEX triplet: DC, F5 and AB. RGB value is (220,245,171). Sum of RGB (Red+Green+Blue) = 220+245+171=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 245 (96.09% from 255 or 38.52% from 636); Blue value is 171 (67.19% from 255 or 26.89% from 636); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF5AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF5AB is #230A54. Grayscale: #E5E5E5. Windows color (decimal): -2296405 or 11269596. OLE color: 11269596.
HSL color Cylindrical-coordinate representation of color #DCF5AB: hue angle of 80.27º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCF5AB is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 171 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.04 |
| HSL | 80.27º | 0.79% | 0.82% | - |
| HSV(B) | 80.27º | 0.3% | 0.96% | - |
| XYZ | 69.52 | 83.46 | 50.97 | - |
| YUV | 229.09 | 95.22 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 171 | 0.10 | 0 | 0.30 | 0.04 | 80.27 | 0.79 | 0.82 |
| Hex | DC | F5 | AB | A | 0 | 1E | 4 | 50 | 4F | 52 |
| Octal | 334 | 365 | 253 | 12 | 0 | 36 | 4 | 120 | 117 | 122 |
| Binary | 11011100 | 11110101 | 10101011 | 1010 | 0 | 11110 | 100 | 1010000 | 1001111 | 1010010 |
Color Harmonies of #DCF5AB
Complementary color
Monochromatic Colors of #DCF5AB
Black with #DCF5AB
Text Example
Text Example
White with #DCF5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF5AB; }
p { color: rgb(220,245,171); }
H1.HeaderClassName
{
color: #DCF5AB;
}
.AnyTagClassName
{
color: #DCF5AB;
}
</style>
background-color css
<style>
a { background-color: #DCF5AB; }
a { background-color: rgb(220,245,171); }
div.DivClassName
{
background-color: #DCF5AB;
}
.BgClassName
{
background-color: #DCF5AB;
}
</style>
border-color css
<style>
span { border-color: #DCF5AB; }
span { border-color: rgb(220,245,171); }
td.TdClassName
{
border-color: #DCF5AB;
}
.TagClassName
{
border-color: #DCF5AB;
}
</style>