Shades of Reef #DCF0AB
Tints of Reef #DCF0AB
RGB
CMYK
RGB Variations
Color information
#DCF0AB (or 0xDCF0AB) is known color: Reef. HEX triplet: DC, F0 and AB. RGB value is (220,240,171). Sum of RGB (Red+Green+Blue) = 220+240+171=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 171 (67.19% from 255 or 27.10% from 631); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF0AB is #230F54. Grayscale: #E2E2E2. Windows color (decimal): -2297685 or 11268316. OLE color: 11268316.
HSL color Cylindrical-coordinate representation of color #DCF0AB: hue angle of 77.39º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCF0AB is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 171 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.06 |
| HSL | 77.39º | 0.7% | 0.81% | - |
| HSV(B) | 77.39º | 0.29% | 0.94% | - |
| XYZ | 68.03 | 80.48 | 50.48 | - |
| YUV | 226.15 | 96.87 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 171 | 0.08 | 0 | 0.29 | 0.06 | 77.39 | 0.7 | 0.81 |
| Hex | DC | F0 | AB | 8 | 0 | 1D | 6 | 4D | 46 | 51 |
| Octal | 334 | 360 | 253 | 10 | 0 | 35 | 6 | 115 | 106 | 121 |
| Binary | 11011100 | 11110000 | 10101011 | 1000 | 0 | 11101 | 110 | 1001101 | 1000110 | 1010001 |
Color Harmonies of #DCF0AB
Complementary color
Monochromatic Colors of #DCF0AB
Black with #DCF0AB
Text Example
Text Example
White with #DCF0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF0AB; }
p { color: rgb(220,240,171); }
H1.HeaderClassName
{
color: #DCF0AB;
}
.AnyTagClassName
{
color: #DCF0AB;
}
</style>
background-color css
<style>
a { background-color: #DCF0AB; }
a { background-color: rgb(220,240,171); }
div.DivClassName
{
background-color: #DCF0AB;
}
.BgClassName
{
background-color: #DCF0AB;
}
</style>
border-color css
<style>
span { border-color: #DCF0AB; }
span { border-color: rgb(220,240,171); }
td.TdClassName
{
border-color: #DCF0AB;
}
.TagClassName
{
border-color: #DCF0AB;
}
</style>