Shades of Reef #CFEC9E
Tints of Reef #CFEC9E
RGB
CMYK
RGB Variations
Color information
#CFEC9E (or 0xCFEC9E) is known color: Reef. HEX triplet: CF, EC and 9E. RGB value is (207,236,158). Sum of RGB (Red+Green+Blue) = 207+236+158=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 236 (92.58% from 255 or 39.27% from 601); Blue value is 158 (62.11% from 255 or 26.29% from 601); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEC9E is #301361. Grayscale: #DADADA. Windows color (decimal): -3150690 or 10415311. OLE color: 10415311.
HSL color Cylindrical-coordinate representation of color #CFEC9E: hue angle of 82.31º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFEC9E is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 158 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.07 |
| HSL | 82.31º | 0.67% | 0.77% | - |
| HSV(B) | 82.31º | 0.33% | 0.93% | - |
| XYZ | 61.9 | 75.72 | 43.7 | - |
| YUV | 218.44 | 93.89 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 158 | 0.12 | 0 | 0.33 | 0.07 | 82.31 | 0.67 | 0.77 |
| Hex | CF | EC | 9E | C | 0 | 21 | 7 | 52 | 43 | 4D |
| Octal | 317 | 354 | 236 | 14 | 0 | 41 | 7 | 122 | 103 | 115 |
| Binary | 11001111 | 11101100 | 10011110 | 1100 | 0 | 100001 | 111 | 1010010 | 1000011 | 1001101 |
Color Harmonies of #CFEC9E
Complementary color
Monochromatic Colors of #CFEC9E
Black with #CFEC9E
Text Example
Text Example
White with #CFEC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC9E; }
p { color: rgb(207,236,158); }
H1.HeaderClassName
{
color: #CFEC9E;
}
.AnyTagClassName
{
color: #CFEC9E;
}
</style>
background-color css
<style>
a { background-color: #CFEC9E; }
a { background-color: rgb(207,236,158); }
div.DivClassName
{
background-color: #CFEC9E;
}
.BgClassName
{
background-color: #CFEC9E;
}
</style>
border-color css
<style>
span { border-color: #CFEC9E; }
span { border-color: rgb(207,236,158); }
td.TdClassName
{
border-color: #CFEC9E;
}
.TagClassName
{
border-color: #CFEC9E;
}
</style>