Shades of Reef #CFEBB1
Tints of Reef #CFEBB1
RGB
CMYK
RGB Variations
Color information
#CFEBB1 (or 0xCFEBB1) is known color: Reef. HEX triplet: CF, EB and B1. RGB value is (207,235,177). Sum of RGB (Red+Green+Blue) = 207+235+177=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 177 (69.53% from 255 or 28.59% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEBB1 is #30144E. Grayscale: #DCDCDC. Windows color (decimal): -3150927 or 11660239. OLE color: 11660239.
HSL color Cylindrical-coordinate representation of color #CFEBB1: hue angle of 88.97º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFEBB1 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 177 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.08 |
| HSL | 88.97º | 0.59% | 0.81% | - |
| HSV(B) | 88.97º | 0.25% | 0.92% | - |
| XYZ | 63.38 | 75.86 | 52.9 | - |
| YUV | 220.02 | 103.72 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 177 | 0.12 | 0 | 0.25 | 0.08 | 88.97 | 0.59 | 0.81 |
| Hex | CF | EB | B1 | C | 0 | 19 | 8 | 59 | 3B | 51 |
| Octal | 317 | 353 | 261 | 14 | 0 | 31 | 10 | 131 | 73 | 121 |
| Binary | 11001111 | 11101011 | 10110001 | 1100 | 0 | 11001 | 1000 | 1011001 | 111011 | 1010001 |
Color Harmonies of #CFEBB1
Complementary color
Monochromatic Colors of #CFEBB1
Black with #CFEBB1
Text Example
Text Example
White with #CFEBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBB1; }
p { color: rgb(207,235,177); }
H1.HeaderClassName
{
color: #CFEBB1;
}
.AnyTagClassName
{
color: #CFEBB1;
}
</style>
background-color css
<style>
a { background-color: #CFEBB1; }
a { background-color: rgb(207,235,177); }
div.DivClassName
{
background-color: #CFEBB1;
}
.BgClassName
{
background-color: #CFEBB1;
}
</style>
border-color css
<style>
span { border-color: #CFEBB1; }
span { border-color: rgb(207,235,177); }
td.TdClassName
{
border-color: #CFEBB1;
}
.TagClassName
{
border-color: #CFEBB1;
}
</style>