Shades of Reef #CFE8AF
Tints of Reef #CFE8AF
RGB
CMYK
RGB Variations
Color information
#CFE8AF (or 0xCFE8AF) is known color: Reef. HEX triplet: CF, E8 and AF. RGB value is (207,232,175). Sum of RGB (Red+Green+Blue) = 207+232+175=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 232 (91.02% from 255 or 37.79% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE8AF is #301750. Grayscale: #DADADA. Windows color (decimal): -3151697 or 11528399. OLE color: 11528399.
HSL color Cylindrical-coordinate representation of color #CFE8AF: hue angle of 86.32º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFE8AF is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 175 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.09 |
| HSL | 86.32º | 0.55% | 0.8% | - |
| HSV(B) | 86.32º | 0.25% | 0.91% | - |
| XYZ | 62.33 | 74.07 | 51.57 | - |
| YUV | 218.03 | 103.72 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 175 | 0.11 | 0 | 0.25 | 0.09 | 86.32 | 0.55 | 0.8 |
| Hex | CF | E8 | AF | B | 0 | 19 | 9 | 56 | 37 | 50 |
| Octal | 317 | 350 | 257 | 13 | 0 | 31 | 11 | 126 | 67 | 120 |
| Binary | 11001111 | 11101000 | 10101111 | 1011 | 0 | 11001 | 1001 | 1010110 | 110111 | 1010000 |
Color Harmonies of #CFE8AF
Complementary color
Monochromatic Colors of #CFE8AF
Black with #CFE8AF
Text Example
Text Example
White with #CFE8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE8AF; }
p { color: rgb(207,232,175); }
H1.HeaderClassName
{
color: #CFE8AF;
}
.AnyTagClassName
{
color: #CFE8AF;
}
</style>
background-color css
<style>
a { background-color: #CFE8AF; }
a { background-color: rgb(207,232,175); }
div.DivClassName
{
background-color: #CFE8AF;
}
.BgClassName
{
background-color: #CFE8AF;
}
</style>
border-color css
<style>
span { border-color: #CFE8AF; }
span { border-color: rgb(207,232,175); }
td.TdClassName
{
border-color: #CFE8AF;
}
.TagClassName
{
border-color: #CFE8AF;
}
</style>