Shades of Reef #CFEBA1
Tints of Reef #CFEBA1
RGB
CMYK
RGB Variations
Color information
#CFEBA1 (or 0xCFEBA1) is known color: Reef. HEX triplet: CF, EB and A1. RGB value is (207,235,161). Sum of RGB (Red+Green+Blue) = 207+235+161=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 161 (63.28% from 255 or 26.70% from 603); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEBA1 is #30145E. Grayscale: #DADADA. Windows color (decimal): -3150943 or 10611663. OLE color: 10611663.
HSL color Cylindrical-coordinate representation of color #CFEBA1: hue angle of 82.7º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFEBA1 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 161 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.08 |
| HSL | 82.7º | 0.65% | 0.78% | - |
| HSV(B) | 82.7º | 0.31% | 0.92% | - |
| XYZ | 61.87 | 75.26 | 44.98 | - |
| YUV | 218.19 | 95.72 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 161 | 0.12 | 0 | 0.31 | 0.08 | 82.7 | 0.65 | 0.78 |
| Hex | CF | EB | A1 | C | 0 | 1F | 8 | 53 | 41 | 4E |
| Octal | 317 | 353 | 241 | 14 | 0 | 37 | 10 | 123 | 101 | 116 |
| Binary | 11001111 | 11101011 | 10100001 | 1100 | 0 | 11111 | 1000 | 1010011 | 1000001 | 1001110 |
Color Harmonies of #CFEBA1
Complementary color
Monochromatic Colors of #CFEBA1
Black with #CFEBA1
Text Example
Text Example
White with #CFEBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBA1; }
p { color: rgb(207,235,161); }
H1.HeaderClassName
{
color: #CFEBA1;
}
.AnyTagClassName
{
color: #CFEBA1;
}
</style>
background-color css
<style>
a { background-color: #CFEBA1; }
a { background-color: rgb(207,235,161); }
div.DivClassName
{
background-color: #CFEBA1;
}
.BgClassName
{
background-color: #CFEBA1;
}
</style>
border-color css
<style>
span { border-color: #CFEBA1; }
span { border-color: rgb(207,235,161); }
td.TdClassName
{
border-color: #CFEBA1;
}
.TagClassName
{
border-color: #CFEBA1;
}
</style>