Shades of Reef #CFEFA7
Tints of Reef #CFEFA7
RGB
CMYK
RGB Variations
Color information
#CFEFA7 (or 0xCFEFA7) is known color: Reef. HEX triplet: CF, EF and A7. RGB value is (207,239,167). Sum of RGB (Red+Green+Blue) = 207+239+167=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 167 (65.62% from 255 or 27.24% from 613); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEFA7 is #301058. Grayscale: #DDDDDD. Windows color (decimal): -3149913 or 11005903. OLE color: 11005903.
HSL color Cylindrical-coordinate representation of color #CFEFA7: hue angle of 86.67º 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 #CFEFA7 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 167 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.06 |
| HSL | 86.67º | 0.69% | 0.8% | - |
| HSV(B) | 86.67º | 0.3% | 0.94% | - |
| XYZ | 63.57 | 77.79 | 48.22 | - |
| YUV | 221.22 | 97.4 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 167 | 0.13 | 0 | 0.30 | 0.06 | 86.67 | 0.69 | 0.8 |
| Hex | CF | EF | A7 | D | 0 | 1E | 6 | 57 | 45 | 50 |
| Octal | 317 | 357 | 247 | 15 | 0 | 36 | 6 | 127 | 105 | 120 |
| Binary | 11001111 | 11101111 | 10100111 | 1101 | 0 | 11110 | 110 | 1010111 | 1000101 | 1010000 |
Color Harmonies of #CFEFA7
Complementary color
Monochromatic Colors of #CFEFA7
Black with #CFEFA7
Text Example
Text Example
White with #CFEFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEFA7; }
p { color: rgb(207,239,167); }
H1.HeaderClassName
{
color: #CFEFA7;
}
.AnyTagClassName
{
color: #CFEFA7;
}
</style>
background-color css
<style>
a { background-color: #CFEFA7; }
a { background-color: rgb(207,239,167); }
div.DivClassName
{
background-color: #CFEFA7;
}
.BgClassName
{
background-color: #CFEFA7;
}
</style>
border-color css
<style>
span { border-color: #CFEFA7; }
span { border-color: rgb(207,239,167); }
td.TdClassName
{
border-color: #CFEFA7;
}
.TagClassName
{
border-color: #CFEFA7;
}
</style>