Shades of Reef #DCFFAB
Tints of Reef #DCFFAB
RGB
CMYK
RGB Variations
Color information
#DCFFAB (or 0xDCFFAB) is known color: Reef. HEX triplet: DC, FF and AB. RGB value is (220,255,171). Sum of RGB (Red+Green+Blue) = 220+255+171=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 171 (67.19% from 255 or 26.47% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFFAB is #230054. Grayscale: #EBEBEB. Windows color (decimal): -2293845 or 11272156. OLE color: 11272156.
HSL color Cylindrical-coordinate representation of color #DCFFAB: hue angle of 85º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCFFAB is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 171 | - |
| CMYK | 0.14 | 0 | 0.33 | 0 |
| HSL | 85º | 1% | 0.84% | - |
| HSV(B) | 85º | 0.33% | 1% | - |
| XYZ | 72.63 | 89.68 | 52.01 | - |
| YUV | 234.96 | 91.9 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 171 | 0.14 | 0 | 0.33 | 0 | 85 | 1 | 0.84 |
| Hex | DC | FF | AB | E | 0 | 21 | 0 | 55 | 64 | 54 |
| Octal | 334 | 377 | 253 | 16 | 0 | 41 | 0 | 125 | 144 | 124 |
| Binary | 11011100 | 11111111 | 10101011 | 1110 | 0 | 100001 | 0 | 1010101 | 1100100 | 1010100 |
Color Harmonies of #DCFFAB
Complementary color
Monochromatic Colors of #DCFFAB
Black with #DCFFAB
Text Example
Text Example
White with #DCFFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFAB; }
p { color: rgb(220,255,171); }
H1.HeaderClassName
{
color: #DCFFAB;
}
.AnyTagClassName
{
color: #DCFFAB;
}
</style>
background-color css
<style>
a { background-color: #DCFFAB; }
a { background-color: rgb(220,255,171); }
div.DivClassName
{
background-color: #DCFFAB;
}
.BgClassName
{
background-color: #DCFFAB;
}
</style>
border-color css
<style>
span { border-color: #DCFFAB; }
span { border-color: rgb(220,255,171); }
td.TdClassName
{
border-color: #DCFFAB;
}
.TagClassName
{
border-color: #DCFFAB;
}
</style>