Shades of Reef #DCF7B4
Tints of Reef #DCF7B4
RGB
CMYK
RGB Variations
Color information
#DCF7B4 (or 0xDCF7B4) is known color: Reef. HEX triplet: DC, F7 and B4. RGB value is (220,247,180). Sum of RGB (Red+Green+Blue) = 220+247+180=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 247 (96.88% from 255 or 38.18% from 647); Blue value is 180 (70.70% from 255 or 27.82% from 647); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF7B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF7B4 is #23084B. Grayscale: #E7E7E7. Windows color (decimal): -2295884 or 11859932. OLE color: 11859932.
HSL color Cylindrical-coordinate representation of color #DCF7B4: hue angle of 84.18º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCF7B4 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 180 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.03 |
| HSL | 84.18º | 0.81% | 0.84% | - |
| HSV(B) | 84.18º | 0.27% | 0.97% | - |
| XYZ | 71.01 | 85.03 | 55.85 | - |
| YUV | 231.29 | 99.05 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 180 | 0.11 | 0 | 0.27 | 0.03 | 84.18 | 0.81 | 0.84 |
| Hex | DC | F7 | B4 | B | 0 | 1B | 3 | 54 | 51 | 54 |
| Octal | 334 | 367 | 264 | 13 | 0 | 33 | 3 | 124 | 121 | 124 |
| Binary | 11011100 | 11110111 | 10110100 | 1011 | 0 | 11011 | 11 | 1010100 | 1010001 | 1010100 |
Color Harmonies of #DCF7B4
Complementary color
Monochromatic Colors of #DCF7B4
Black with #DCF7B4
Text Example
Text Example
White with #DCF7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF7B4; }
p { color: rgb(220,247,180); }
H1.HeaderClassName
{
color: #DCF7B4;
}
.AnyTagClassName
{
color: #DCF7B4;
}
</style>
background-color css
<style>
a { background-color: #DCF7B4; }
a { background-color: rgb(220,247,180); }
div.DivClassName
{
background-color: #DCF7B4;
}
.BgClassName
{
background-color: #DCF7B4;
}
</style>
border-color css
<style>
span { border-color: #DCF7B4; }
span { border-color: rgb(220,247,180); }
td.TdClassName
{
border-color: #DCF7B4;
}
.TagClassName
{
border-color: #DCF7B4;
}
</style>