Shades of Reef #DCF7AA
Tints of Reef #DCF7AA
RGB
CMYK
RGB Variations
Color information
#DCF7AA (or 0xDCF7AA) is known color: Reef. HEX triplet: DC, F7 and AA. RGB value is (220,247,170). Sum of RGB (Red+Green+Blue) = 220+247+170=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 247 (96.88% from 255 or 38.78% from 637); Blue value is 170 (66.80% from 255 or 26.69% from 637); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF7AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF7AA is #230855. Grayscale: #E6E6E6. Windows color (decimal): -2295894 or 11204572. OLE color: 11204572.
HSL color Cylindrical-coordinate representation of color #DCF7AA: hue angle of 81.04º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCF7AA is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 170 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.03 |
| HSL | 81.04º | 0.83% | 0.82% | - |
| HSV(B) | 81.04º | 0.31% | 0.97% | - |
| XYZ | 70.03 | 84.64 | 50.68 | - |
| YUV | 230.15 | 94.05 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 170 | 0.11 | 0 | 0.31 | 0.03 | 81.04 | 0.83 | 0.82 |
| Hex | DC | F7 | AA | B | 0 | 1F | 3 | 51 | 53 | 52 |
| Octal | 334 | 367 | 252 | 13 | 0 | 37 | 3 | 121 | 123 | 122 |
| Binary | 11011100 | 11110111 | 10101010 | 1011 | 0 | 11111 | 11 | 1010001 | 1010011 | 1010010 |
Color Harmonies of #DCF7AA
Complementary color
Monochromatic Colors of #DCF7AA
Black with #DCF7AA
Text Example
Text Example
White with #DCF7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF7AA; }
p { color: rgb(220,247,170); }
H1.HeaderClassName
{
color: #DCF7AA;
}
.AnyTagClassName
{
color: #DCF7AA;
}
</style>
background-color css
<style>
a { background-color: #DCF7AA; }
a { background-color: rgb(220,247,170); }
div.DivClassName
{
background-color: #DCF7AA;
}
.BgClassName
{
background-color: #DCF7AA;
}
</style>
border-color css
<style>
span { border-color: #DCF7AA; }
span { border-color: rgb(220,247,170); }
td.TdClassName
{
border-color: #DCF7AA;
}
.TagClassName
{
border-color: #DCF7AA;
}
</style>