Shades of Reef #CFEAA8
Tints of Reef #CFEAA8
RGB
CMYK
RGB Variations
Color information
#CFEAA8 (or 0xCFEAA8) is known color: Reef. HEX triplet: CF, EA and A8. RGB value is (207,234,168). Sum of RGB (Red+Green+Blue) = 207+234+168=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 168 (66.02% from 255 or 27.59% from 609); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEAA8 is #301557. Grayscale: #DADADA. Windows color (decimal): -3151192 or 11070159. OLE color: 11070159.
HSL color Cylindrical-coordinate representation of color #CFEAA8: hue angle of 84.55º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFEAA8 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 168 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.08 |
| HSL | 84.55º | 0.61% | 0.79% | - |
| HSV(B) | 84.55º | 0.28% | 0.92% | - |
| XYZ | 62.22 | 74.94 | 48.23 | - |
| YUV | 218.4 | 99.55 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 168 | 0.12 | 0 | 0.28 | 0.08 | 84.55 | 0.61 | 0.79 |
| Hex | CF | EA | A8 | C | 0 | 1C | 8 | 55 | 3D | 4F |
| Octal | 317 | 352 | 250 | 14 | 0 | 34 | 10 | 125 | 75 | 117 |
| Binary | 11001111 | 11101010 | 10101000 | 1100 | 0 | 11100 | 1000 | 1010101 | 111101 | 1001111 |
Color Harmonies of #CFEAA8
Complementary color
Monochromatic Colors of #CFEAA8
Black with #CFEAA8
Text Example
Text Example
White with #CFEAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEAA8; }
p { color: rgb(207,234,168); }
H1.HeaderClassName
{
color: #CFEAA8;
}
.AnyTagClassName
{
color: #CFEAA8;
}
</style>
background-color css
<style>
a { background-color: #CFEAA8; }
a { background-color: rgb(207,234,168); }
div.DivClassName
{
background-color: #CFEAA8;
}
.BgClassName
{
background-color: #CFEAA8;
}
</style>
border-color css
<style>
span { border-color: #CFEAA8; }
span { border-color: rgb(207,234,168); }
td.TdClassName
{
border-color: #CFEAA8;
}
.TagClassName
{
border-color: #CFEAA8;
}
</style>