Shades of Reef #DCF1A7
Tints of Reef #DCF1A7
RGB
CMYK
RGB Variations
Color information
#DCF1A7 (or 0xDCF1A7) is known color: Reef. HEX triplet: DC, F1 and A7. RGB value is (220,241,167). Sum of RGB (Red+Green+Blue) = 220+241+167=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 241 (94.53% from 255 or 38.38% from 628); Blue value is 167 (65.62% from 255 or 26.59% from 628); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF1A7 is #230E58. Grayscale: #E2E2E2. Windows color (decimal): -2297433 or 11006428. OLE color: 11006428.
HSL color Cylindrical-coordinate representation of color #DCF1A7: hue angle of 77.03º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCF1A7 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 167 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.05 |
| HSL | 77.03º | 0.73% | 0.8% | - |
| HSV(B) | 77.03º | 0.31% | 0.95% | - |
| XYZ | 67.95 | 80.92 | 48.6 | - |
| YUV | 226.29 | 94.54 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 167 | 0.09 | 0 | 0.31 | 0.05 | 77.03 | 0.73 | 0.8 |
| Hex | DC | F1 | A7 | 9 | 0 | 1F | 5 | 4D | 49 | 50 |
| Octal | 334 | 361 | 247 | 11 | 0 | 37 | 5 | 115 | 111 | 120 |
| Binary | 11011100 | 11110001 | 10100111 | 1001 | 0 | 11111 | 101 | 1001101 | 1001001 | 1010000 |
Color Harmonies of #DCF1A7
Complementary color
Monochromatic Colors of #DCF1A7
Black with #DCF1A7
Text Example
Text Example
White with #DCF1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF1A7; }
p { color: rgb(220,241,167); }
H1.HeaderClassName
{
color: #DCF1A7;
}
.AnyTagClassName
{
color: #DCF1A7;
}
</style>
background-color css
<style>
a { background-color: #DCF1A7; }
a { background-color: rgb(220,241,167); }
div.DivClassName
{
background-color: #DCF1A7;
}
.BgClassName
{
background-color: #DCF1A7;
}
</style>
border-color css
<style>
span { border-color: #DCF1A7; }
span { border-color: rgb(220,241,167); }
td.TdClassName
{
border-color: #DCF1A7;
}
.TagClassName
{
border-color: #DCF1A7;
}
</style>