Shades of Reef #CFEFA8
Tints of Reef #CFEFA8
RGB
CMYK
RGB Variations
Color information
#CFEFA8 (or 0xCFEFA8) is known color: Reef. HEX triplet: CF, EF and A8. RGB value is (207,239,168). Sum of RGB (Red+Green+Blue) = 207+239+168=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 168 (66.02% from 255 or 27.36% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEFA8 is #301057. Grayscale: #DDDDDD. Windows color (decimal): -3149912 or 11071439. OLE color: 11071439.
HSL color Cylindrical-coordinate representation of color #CFEFA8: hue angle of 87.04º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFEFA8 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 168 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.06 |
| HSL | 87.04º | 0.69% | 0.8% | - |
| HSV(B) | 87.04º | 0.3% | 0.94% | - |
| XYZ | 63.67 | 77.83 | 48.71 | - |
| YUV | 221.34 | 97.9 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 168 | 0.13 | 0 | 0.30 | 0.06 | 87.04 | 0.69 | 0.8 |
| Hex | CF | EF | A8 | D | 0 | 1E | 6 | 57 | 45 | 50 |
| Octal | 317 | 357 | 250 | 15 | 0 | 36 | 6 | 127 | 105 | 120 |
| Binary | 11001111 | 11101111 | 10101000 | 1101 | 0 | 11110 | 110 | 1010111 | 1000101 | 1010000 |
Color Harmonies of #CFEFA8
Complementary color
Monochromatic Colors of #CFEFA8
Black with #CFEFA8
Text Example
Text Example
White with #CFEFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEFA8; }
p { color: rgb(207,239,168); }
H1.HeaderClassName
{
color: #CFEFA8;
}
.AnyTagClassName
{
color: #CFEFA8;
}
</style>
background-color css
<style>
a { background-color: #CFEFA8; }
a { background-color: rgb(207,239,168); }
div.DivClassName
{
background-color: #CFEFA8;
}
.BgClassName
{
background-color: #CFEFA8;
}
</style>
border-color css
<style>
span { border-color: #CFEFA8; }
span { border-color: rgb(207,239,168); }
td.TdClassName
{
border-color: #CFEFA8;
}
.TagClassName
{
border-color: #CFEFA8;
}
</style>