Shades of Reef #CFEBA8
Tints of Reef #CFEBA8
RGB
CMYK
RGB Variations
Color information
#CFEBA8 (or 0xCFEBA8) is known color: Reef. HEX triplet: CF, EB and A8. RGB value is (207,235,168). Sum of RGB (Red+Green+Blue) = 207+235+168=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 168 (66.02% from 255 or 27.54% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEBA8 is #301457. Grayscale: #DBDBDB. Windows color (decimal): -3150936 or 11070415. OLE color: 11070415.
HSL color Cylindrical-coordinate representation of color #CFEBA8: hue angle of 85.07º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFEBA8 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 168 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.08 |
| HSL | 85.07º | 0.63% | 0.79% | - |
| HSV(B) | 85.07º | 0.29% | 0.92% | - |
| XYZ | 62.51 | 75.51 | 48.33 | - |
| YUV | 218.99 | 99.22 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 168 | 0.12 | 0 | 0.29 | 0.08 | 85.07 | 0.63 | 0.79 |
| Hex | CF | EB | A8 | C | 0 | 1D | 8 | 55 | 3F | 4F |
| Octal | 317 | 353 | 250 | 14 | 0 | 35 | 10 | 125 | 77 | 117 |
| Binary | 11001111 | 11101011 | 10101000 | 1100 | 0 | 11101 | 1000 | 1010101 | 111111 | 1001111 |
Color Harmonies of #CFEBA8
Complementary color
Monochromatic Colors of #CFEBA8
Black with #CFEBA8
Text Example
Text Example
White with #CFEBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBA8; }
p { color: rgb(207,235,168); }
H1.HeaderClassName
{
color: #CFEBA8;
}
.AnyTagClassName
{
color: #CFEBA8;
}
</style>
background-color css
<style>
a { background-color: #CFEBA8; }
a { background-color: rgb(207,235,168); }
div.DivClassName
{
background-color: #CFEBA8;
}
.BgClassName
{
background-color: #CFEBA8;
}
</style>
border-color css
<style>
span { border-color: #CFEBA8; }
span { border-color: rgb(207,235,168); }
td.TdClassName
{
border-color: #CFEBA8;
}
.TagClassName
{
border-color: #CFEBA8;
}
</style>