Shades of Reef #CFEBA0
Tints of Reef #CFEBA0
RGB
CMYK
RGB Variations
Color information
#CFEBA0 (or 0xCFEBA0) is known color: Reef. HEX triplet: CF, EB and A0. RGB value is (207,235,160). Sum of RGB (Red+Green+Blue) = 207+235+160=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEBA0 is #30145F. Grayscale: #DADADA. Windows color (decimal): -3150944 or 10546127. OLE color: 10546127.
HSL color Cylindrical-coordinate representation of color #CFEBA0: hue angle of 82.4º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFEBA0 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 160 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.08 |
| HSL | 82.4º | 0.65% | 0.77% | - |
| HSV(B) | 82.4º | 0.32% | 0.92% | - |
| XYZ | 61.79 | 75.22 | 44.52 | - |
| YUV | 218.08 | 95.22 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 160 | 0.12 | 0 | 0.32 | 0.08 | 82.4 | 0.65 | 0.77 |
| Hex | CF | EB | A0 | C | 0 | 20 | 8 | 52 | 41 | 4D |
| Octal | 317 | 353 | 240 | 14 | 0 | 40 | 10 | 122 | 101 | 115 |
| Binary | 11001111 | 11101011 | 10100000 | 1100 | 0 | 100000 | 1000 | 1010010 | 1000001 | 1001101 |
Color Harmonies of #CFEBA0
Complementary color
Monochromatic Colors of #CFEBA0
Black with #CFEBA0
Text Example
Text Example
White with #CFEBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBA0; }
p { color: rgb(207,235,160); }
H1.HeaderClassName
{
color: #CFEBA0;
}
.AnyTagClassName
{
color: #CFEBA0;
}
</style>
background-color css
<style>
a { background-color: #CFEBA0; }
a { background-color: rgb(207,235,160); }
div.DivClassName
{
background-color: #CFEBA0;
}
.BgClassName
{
background-color: #CFEBA0;
}
</style>
border-color css
<style>
span { border-color: #CFEBA0; }
span { border-color: rgb(207,235,160); }
td.TdClassName
{
border-color: #CFEBA0;
}
.TagClassName
{
border-color: #CFEBA0;
}
</style>