Shades of Reef #CFE8A7
Tints of Reef #CFE8A7
RGB
CMYK
RGB Variations
Color information
#CFE8A7 (or 0xCFE8A7) is known color: Reef. HEX triplet: CF, E8 and A7. RGB value is (207,232,167). Sum of RGB (Red+Green+Blue) = 207+232+167=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 232 (91.02% from 255 or 38.28% from 606); Blue value is 167 (65.62% from 255 or 27.56% from 606); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE8A7 is #301758. Grayscale: #D9D9D9. Windows color (decimal): -3151705 or 11004111. OLE color: 11004111.
HSL color Cylindrical-coordinate representation of color #CFE8A7: hue angle of 83.08º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFE8A7 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 167 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.09 |
| HSL | 83.08º | 0.59% | 0.78% | - |
| HSV(B) | 83.08º | 0.28% | 0.91% | - |
| XYZ | 61.56 | 73.77 | 47.55 | - |
| YUV | 217.12 | 99.72 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 167 | 0.11 | 0 | 0.28 | 0.09 | 83.08 | 0.59 | 0.78 |
| Hex | CF | E8 | A7 | B | 0 | 1C | 9 | 53 | 3B | 4E |
| Octal | 317 | 350 | 247 | 13 | 0 | 34 | 11 | 123 | 73 | 116 |
| Binary | 11001111 | 11101000 | 10100111 | 1011 | 0 | 11100 | 1001 | 1010011 | 111011 | 1001110 |
Color Harmonies of #CFE8A7
Complementary color
Monochromatic Colors of #CFE8A7
Black with #CFE8A7
Text Example
Text Example
White with #CFE8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE8A7; }
p { color: rgb(207,232,167); }
H1.HeaderClassName
{
color: #CFE8A7;
}
.AnyTagClassName
{
color: #CFE8A7;
}
</style>
background-color css
<style>
a { background-color: #CFE8A7; }
a { background-color: rgb(207,232,167); }
div.DivClassName
{
background-color: #CFE8A7;
}
.BgClassName
{
background-color: #CFE8A7;
}
</style>
border-color css
<style>
span { border-color: #CFE8A7; }
span { border-color: rgb(207,232,167); }
td.TdClassName
{
border-color: #CFE8A7;
}
.TagClassName
{
border-color: #CFE8A7;
}
</style>