Shades of Reef #DCF1AF
Tints of Reef #DCF1AF
RGB
CMYK
RGB Variations
Color information
#DCF1AF (or 0xDCF1AF) is known color: Reef. HEX triplet: DC, F1 and AF. RGB value is (220,241,175). Sum of RGB (Red+Green+Blue) = 220+241+175=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 175 (68.75% from 255 or 27.52% from 636); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF1AF is #230E50. Grayscale: #E3E3E3. Windows color (decimal): -2297425 or 11530716. OLE color: 11530716.
HSL color Cylindrical-coordinate representation of color #DCF1AF: hue angle of 79.09º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCF1AF is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 175 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.05 |
| HSL | 79.09º | 0.7% | 0.82% | - |
| HSV(B) | 79.09º | 0.27% | 0.95% | - |
| XYZ | 68.71 | 81.22 | 52.61 | - |
| YUV | 227.2 | 98.54 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 175 | 0.09 | 0 | 0.27 | 0.05 | 79.09 | 0.7 | 0.82 |
| Hex | DC | F1 | AF | 9 | 0 | 1B | 5 | 4F | 46 | 52 |
| Octal | 334 | 361 | 257 | 11 | 0 | 33 | 5 | 117 | 106 | 122 |
| Binary | 11011100 | 11110001 | 10101111 | 1001 | 0 | 11011 | 101 | 1001111 | 1000110 | 1010010 |
Color Harmonies of #DCF1AF
Complementary color
Monochromatic Colors of #DCF1AF
Black with #DCF1AF
Text Example
Text Example
White with #DCF1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF1AF; }
p { color: rgb(220,241,175); }
H1.HeaderClassName
{
color: #DCF1AF;
}
.AnyTagClassName
{
color: #DCF1AF;
}
</style>
background-color css
<style>
a { background-color: #DCF1AF; }
a { background-color: rgb(220,241,175); }
div.DivClassName
{
background-color: #DCF1AF;
}
.BgClassName
{
background-color: #DCF1AF;
}
</style>
border-color css
<style>
span { border-color: #DCF1AF; }
span { border-color: rgb(220,241,175); }
td.TdClassName
{
border-color: #DCF1AF;
}
.TagClassName
{
border-color: #DCF1AF;
}
</style>