Shades of Reef #CFEDAA
Tints of Reef #CFEDAA
RGB
CMYK
RGB Variations
Color information
#CFEDAA (or 0xCFEDAA) is known color: Reef. HEX triplet: CF, ED and AA. RGB value is (207,237,170). Sum of RGB (Red+Green+Blue) = 207+237+170=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEDAA is #301255. Grayscale: #DCDCDC. Windows color (decimal): -3150422 or 11201999. OLE color: 11201999.
HSL color Cylindrical-coordinate representation of color #CFEDAA: hue angle of 86.87º degrees, saturation: 0.65, 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 #CFEDAA is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 170 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.07 |
| HSL | 86.87º | 0.65% | 0.8% | - |
| HSV(B) | 86.87º | 0.28% | 0.93% | - |
| XYZ | 63.27 | 76.74 | 49.51 | - |
| YUV | 220.39 | 99.56 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 170 | 0.13 | 0 | 0.28 | 0.07 | 86.87 | 0.65 | 0.8 |
| Hex | CF | ED | AA | D | 0 | 1C | 7 | 57 | 41 | 50 |
| Octal | 317 | 355 | 252 | 15 | 0 | 34 | 7 | 127 | 101 | 120 |
| Binary | 11001111 | 11101101 | 10101010 | 1101 | 0 | 11100 | 111 | 1010111 | 1000001 | 1010000 |
Color Harmonies of #CFEDAA
Complementary color
Monochromatic Colors of #CFEDAA
Black with #CFEDAA
Text Example
Text Example
White with #CFEDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDAA; }
p { color: rgb(207,237,170); }
H1.HeaderClassName
{
color: #CFEDAA;
}
.AnyTagClassName
{
color: #CFEDAA;
}
</style>
background-color css
<style>
a { background-color: #CFEDAA; }
a { background-color: rgb(207,237,170); }
div.DivClassName
{
background-color: #CFEDAA;
}
.BgClassName
{
background-color: #CFEDAA;
}
</style>
border-color css
<style>
span { border-color: #CFEDAA; }
span { border-color: rgb(207,237,170); }
td.TdClassName
{
border-color: #CFEDAA;
}
.TagClassName
{
border-color: #CFEDAA;
}
</style>