Shades of Reef #CFEEA8
Tints of Reef #CFEEA8
RGB
CMYK
RGB Variations
Color information
#CFEEA8 (or 0xCFEEA8) is known color: Reef. HEX triplet: CF, EE and A8. RGB value is (207,238,168). Sum of RGB (Red+Green+Blue) = 207+238+168=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 168 (66.02% from 255 or 27.41% from 613); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEEA8 is #301157. Grayscale: #DCDCDC. Windows color (decimal): -3150168 or 11071183. OLE color: 11071183.
HSL color Cylindrical-coordinate representation of color #CFEEA8: hue angle of 86.57º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFEEA8 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 168 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.07 |
| HSL | 86.57º | 0.67% | 0.8% | - |
| HSV(B) | 86.57º | 0.29% | 0.93% | - |
| XYZ | 63.37 | 77.24 | 48.61 | - |
| YUV | 220.75 | 98.23 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 168 | 0.13 | 0 | 0.29 | 0.07 | 86.57 | 0.67 | 0.8 |
| Hex | CF | EE | A8 | D | 0 | 1D | 7 | 57 | 43 | 50 |
| Octal | 317 | 356 | 250 | 15 | 0 | 35 | 7 | 127 | 103 | 120 |
| Binary | 11001111 | 11101110 | 10101000 | 1101 | 0 | 11101 | 111 | 1010111 | 1000011 | 1010000 |
Color Harmonies of #CFEEA8
Complementary color
Monochromatic Colors of #CFEEA8
Black with #CFEEA8
Text Example
Text Example
White with #CFEEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEEA8; }
p { color: rgb(207,238,168); }
H1.HeaderClassName
{
color: #CFEEA8;
}
.AnyTagClassName
{
color: #CFEEA8;
}
</style>
background-color css
<style>
a { background-color: #CFEEA8; }
a { background-color: rgb(207,238,168); }
div.DivClassName
{
background-color: #CFEEA8;
}
.BgClassName
{
background-color: #CFEEA8;
}
</style>
border-color css
<style>
span { border-color: #CFEEA8; }
span { border-color: rgb(207,238,168); }
td.TdClassName
{
border-color: #CFEEA8;
}
.TagClassName
{
border-color: #CFEEA8;
}
</style>