Shades of Reef #DCF0A4
Tints of Reef #DCF0A4
RGB
CMYK
RGB Variations
Color information
#DCF0A4 (or 0xDCF0A4) is known color: Reef. HEX triplet: DC, F0 and A4. RGB value is (220,240,164). Sum of RGB (Red+Green+Blue) = 220+240+164=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 240 (94.14% from 255 or 38.46% from 624); Blue value is 164 (64.45% from 255 or 26.28% from 624); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF0A4 is #230F5B. Grayscale: #E1E1E1. Windows color (decimal): -2297692 or 10809564. OLE color: 10809564.
HSL color Cylindrical-coordinate representation of color #DCF0A4: hue angle of 75.79º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCF0A4 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 164 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.06 |
| HSL | 75.79º | 0.72% | 0.79% | - |
| HSV(B) | 75.79º | 0.32% | 0.94% | - |
| XYZ | 67.38 | 80.22 | 47.05 | - |
| YUV | 225.36 | 93.37 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 164 | 0.08 | 0 | 0.32 | 0.06 | 75.79 | 0.72 | 0.79 |
| Hex | DC | F0 | A4 | 8 | 0 | 20 | 6 | 4C | 48 | 4F |
| Octal | 334 | 360 | 244 | 10 | 0 | 40 | 6 | 114 | 110 | 117 |
| Binary | 11011100 | 11110000 | 10100100 | 1000 | 0 | 100000 | 110 | 1001100 | 1001000 | 1001111 |
Color Harmonies of #DCF0A4
Complementary color
Monochromatic Colors of #DCF0A4
Black with #DCF0A4
Text Example
Text Example
White with #DCF0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF0A4; }
p { color: rgb(220,240,164); }
H1.HeaderClassName
{
color: #DCF0A4;
}
.AnyTagClassName
{
color: #DCF0A4;
}
</style>
background-color css
<style>
a { background-color: #DCF0A4; }
a { background-color: rgb(220,240,164); }
div.DivClassName
{
background-color: #DCF0A4;
}
.BgClassName
{
background-color: #DCF0A4;
}
</style>
border-color css
<style>
span { border-color: #DCF0A4; }
span { border-color: rgb(220,240,164); }
td.TdClassName
{
border-color: #DCF0A4;
}
.TagClassName
{
border-color: #DCF0A4;
}
</style>