Shades of Reef #DCF6A7
Tints of Reef #DCF6A7
RGB
CMYK
RGB Variations
Color information
#DCF6A7 (or 0xDCF6A7) is known color: Reef. HEX triplet: DC, F6 and A7. RGB value is (220,246,167). Sum of RGB (Red+Green+Blue) = 220+246+167=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 246 (96.48% from 255 or 38.86% from 633); Blue value is 167 (65.62% from 255 or 26.38% from 633); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF6A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF6A7 is #230958. Grayscale: #E5E5E5. Windows color (decimal): -2296153 or 11007708. OLE color: 11007708.
HSL color Cylindrical-coordinate representation of color #DCF6A7: hue angle of 79.75º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCF6A7 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 167 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.04 |
| HSL | 79.75º | 0.81% | 0.81% | - |
| HSV(B) | 79.75º | 0.32% | 0.96% | - |
| XYZ | 69.45 | 83.92 | 49.1 | - |
| YUV | 229.22 | 92.89 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 167 | 0.11 | 0 | 0.32 | 0.04 | 79.75 | 0.81 | 0.81 |
| Hex | DC | F6 | A7 | B | 0 | 20 | 4 | 50 | 51 | 51 |
| Octal | 334 | 366 | 247 | 13 | 0 | 40 | 4 | 120 | 121 | 121 |
| Binary | 11011100 | 11110110 | 10100111 | 1011 | 0 | 100000 | 100 | 1010000 | 1010001 | 1010001 |
Color Harmonies of #DCF6A7
Complementary color
Monochromatic Colors of #DCF6A7
Black with #DCF6A7
Text Example
Text Example
White with #DCF6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF6A7; }
p { color: rgb(220,246,167); }
H1.HeaderClassName
{
color: #DCF6A7;
}
.AnyTagClassName
{
color: #DCF6A7;
}
</style>
background-color css
<style>
a { background-color: #DCF6A7; }
a { background-color: rgb(220,246,167); }
div.DivClassName
{
background-color: #DCF6A7;
}
.BgClassName
{
background-color: #DCF6A7;
}
</style>
border-color css
<style>
span { border-color: #DCF6A7; }
span { border-color: rgb(220,246,167); }
td.TdClassName
{
border-color: #DCF6A7;
}
.TagClassName
{
border-color: #DCF6A7;
}
</style>