Shades of Reef #DCF6AF
Tints of Reef #DCF6AF
RGB
CMYK
RGB Variations
Color information
#DCF6AF (or 0xDCF6AF) is known color: Reef. HEX triplet: DC, F6 and AF. RGB value is (220,246,175). Sum of RGB (Red+Green+Blue) = 220+246+175=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 246 (96.48% from 255 or 38.38% from 641); Blue value is 175 (68.75% from 255 or 27.30% from 641); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF6AF is #230950. Grayscale: #E6E6E6. Windows color (decimal): -2296145 or 11531996. OLE color: 11531996.
HSL color Cylindrical-coordinate representation of color #DCF6AF: hue angle of 81.97º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCF6AF is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 175 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.04 |
| HSL | 81.97º | 0.8% | 0.83% | - |
| HSV(B) | 81.97º | 0.29% | 0.96% | - |
| XYZ | 70.21 | 84.22 | 53.11 | - |
| YUV | 230.13 | 96.89 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 175 | 0.11 | 0 | 0.29 | 0.04 | 81.97 | 0.8 | 0.83 |
| Hex | DC | F6 | AF | B | 0 | 1D | 4 | 52 | 50 | 53 |
| Octal | 334 | 366 | 257 | 13 | 0 | 35 | 4 | 122 | 120 | 123 |
| Binary | 11011100 | 11110110 | 10101111 | 1011 | 0 | 11101 | 100 | 1010010 | 1010000 | 1010011 |
Color Harmonies of #DCF6AF
Complementary color
Monochromatic Colors of #DCF6AF
Black with #DCF6AF
Text Example
Text Example
White with #DCF6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF6AF; }
p { color: rgb(220,246,175); }
H1.HeaderClassName
{
color: #DCF6AF;
}
.AnyTagClassName
{
color: #DCF6AF;
}
</style>
background-color css
<style>
a { background-color: #DCF6AF; }
a { background-color: rgb(220,246,175); }
div.DivClassName
{
background-color: #DCF6AF;
}
.BgClassName
{
background-color: #DCF6AF;
}
</style>
border-color css
<style>
span { border-color: #DCF6AF; }
span { border-color: rgb(220,246,175); }
td.TdClassName
{
border-color: #DCF6AF;
}
.TagClassName
{
border-color: #DCF6AF;
}
</style>