Shades of Reef #CFECA8
Tints of Reef #CFECA8
RGB
CMYK
RGB Variations
Color information
#CFECA8 (or 0xCFECA8) is known color: Reef. HEX triplet: CF, EC and A8. RGB value is (207,236,168). Sum of RGB (Red+Green+Blue) = 207+236+168=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 168 (66.02% from 255 or 27.50% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFECA8 is #301357. Grayscale: #DBDBDB. Windows color (decimal): -3150680 or 11070671. OLE color: 11070671.
HSL color Cylindrical-coordinate representation of color #CFECA8: hue angle of 85.59º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFECA8 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 168 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.07 |
| HSL | 85.59º | 0.64% | 0.79% | - |
| HSV(B) | 85.59º | 0.29% | 0.93% | - |
| XYZ | 62.8 | 76.08 | 48.42 | - |
| YUV | 219.58 | 98.89 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 168 | 0.12 | 0 | 0.29 | 0.07 | 85.59 | 0.64 | 0.79 |
| Hex | CF | EC | A8 | C | 0 | 1D | 7 | 56 | 40 | 4F |
| Octal | 317 | 354 | 250 | 14 | 0 | 35 | 7 | 126 | 100 | 117 |
| Binary | 11001111 | 11101100 | 10101000 | 1100 | 0 | 11101 | 111 | 1010110 | 1000000 | 1001111 |
Color Harmonies of #CFECA8
Complementary color
Monochromatic Colors of #CFECA8
Black with #CFECA8
Text Example
Text Example
White with #CFECA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECA8; }
p { color: rgb(207,236,168); }
H1.HeaderClassName
{
color: #CFECA8;
}
.AnyTagClassName
{
color: #CFECA8;
}
</style>
background-color css
<style>
a { background-color: #CFECA8; }
a { background-color: rgb(207,236,168); }
div.DivClassName
{
background-color: #CFECA8;
}
.BgClassName
{
background-color: #CFECA8;
}
</style>
border-color css
<style>
span { border-color: #CFECA8; }
span { border-color: rgb(207,236,168); }
td.TdClassName
{
border-color: #CFECA8;
}
.TagClassName
{
border-color: #CFECA8;
}
</style>