Shades of Reef #CFECAA
Tints of Reef #CFECAA
RGB
CMYK
RGB Variations
Color information
#CFECAA (or 0xCFECAA) is known color: Reef. HEX triplet: CF, EC and AA. RGB value is (207,236,170). Sum of RGB (Red+Green+Blue) = 207+236+170=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFECAA is #301355. Grayscale: #DCDCDC. Windows color (decimal): -3150678 or 11201743. OLE color: 11201743.
HSL color Cylindrical-coordinate representation of color #CFECAA: hue angle of 86.36º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFECAA is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 170 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.07 |
| HSL | 86.36º | 0.63% | 0.8% | - |
| HSV(B) | 86.36º | 0.28% | 0.93% | - |
| XYZ | 62.98 | 76.16 | 49.41 | - |
| YUV | 219.81 | 99.89 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 170 | 0.12 | 0 | 0.28 | 0.07 | 86.36 | 0.63 | 0.8 |
| Hex | CF | EC | AA | C | 0 | 1C | 7 | 56 | 3F | 50 |
| Octal | 317 | 354 | 252 | 14 | 0 | 34 | 7 | 126 | 77 | 120 |
| Binary | 11001111 | 11101100 | 10101010 | 1100 | 0 | 11100 | 111 | 1010110 | 111111 | 1010000 |
Color Harmonies of #CFECAA
Complementary color
Monochromatic Colors of #CFECAA
Black with #CFECAA
Text Example
Text Example
White with #CFECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECAA; }
p { color: rgb(207,236,170); }
H1.HeaderClassName
{
color: #CFECAA;
}
.AnyTagClassName
{
color: #CFECAA;
}
</style>
background-color css
<style>
a { background-color: #CFECAA; }
a { background-color: rgb(207,236,170); }
div.DivClassName
{
background-color: #CFECAA;
}
.BgClassName
{
background-color: #CFECAA;
}
</style>
border-color css
<style>
span { border-color: #CFECAA; }
span { border-color: rgb(207,236,170); }
td.TdClassName
{
border-color: #CFECAA;
}
.TagClassName
{
border-color: #CFECAA;
}
</style>