Shades of Reef #DCF2AB
Tints of Reef #DCF2AB
RGB
CMYK
RGB Variations
Color information
#DCF2AB (or 0xDCF2AB) is known color: Reef. HEX triplet: DC, F2 and AB. RGB value is (220,242,171). Sum of RGB (Red+Green+Blue) = 220+242+171=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 171 (67.19% from 255 or 27.01% from 633); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF2AB is #230D54. Grayscale: #E3E3E3. Windows color (decimal): -2297173 or 11268828. OLE color: 11268828.
HSL color Cylindrical-coordinate representation of color #DCF2AB: hue angle of 78.59º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCF2AB is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 171 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.05 |
| HSL | 78.59º | 0.73% | 0.81% | - |
| HSV(B) | 78.59º | 0.29% | 0.95% | - |
| XYZ | 68.62 | 81.66 | 50.67 | - |
| YUV | 227.33 | 96.21 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 171 | 0.09 | 0 | 0.29 | 0.05 | 78.59 | 0.73 | 0.81 |
| Hex | DC | F2 | AB | 9 | 0 | 1D | 5 | 4F | 49 | 51 |
| Octal | 334 | 362 | 253 | 11 | 0 | 35 | 5 | 117 | 111 | 121 |
| Binary | 11011100 | 11110010 | 10101011 | 1001 | 0 | 11101 | 101 | 1001111 | 1001001 | 1010001 |
Color Harmonies of #DCF2AB
Complementary color
Monochromatic Colors of #DCF2AB
Black with #DCF2AB
Text Example
Text Example
White with #DCF2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF2AB; }
p { color: rgb(220,242,171); }
H1.HeaderClassName
{
color: #DCF2AB;
}
.AnyTagClassName
{
color: #DCF2AB;
}
</style>
background-color css
<style>
a { background-color: #DCF2AB; }
a { background-color: rgb(220,242,171); }
div.DivClassName
{
background-color: #DCF2AB;
}
.BgClassName
{
background-color: #DCF2AB;
}
</style>
border-color css
<style>
span { border-color: #DCF2AB; }
span { border-color: rgb(220,242,171); }
td.TdClassName
{
border-color: #DCF2AB;
}
.TagClassName
{
border-color: #DCF2AB;
}
</style>