Shades of Reef #CFEE9E
Tints of Reef #CFEE9E
RGB
CMYK
RGB Variations
Color information
#CFEE9E (or 0xCFEE9E) is known color: Reef. HEX triplet: CF, EE and 9E. RGB value is (207,238,158). Sum of RGB (Red+Green+Blue) = 207+238+158=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 238 (93.36% from 255 or 39.47% from 603); Blue value is 158 (62.11% from 255 or 26.20% from 603); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEE9E is #301161. Grayscale: #DBDBDB. Windows color (decimal): -3150178 or 10415823. OLE color: 10415823.
HSL color Cylindrical-coordinate representation of color #CFEE9E: hue angle of 83.25º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFEE9E is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 158 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.07 |
| HSL | 83.25º | 0.7% | 0.78% | - |
| HSV(B) | 83.25º | 0.34% | 0.93% | - |
| XYZ | 62.48 | 76.88 | 43.89 | - |
| YUV | 219.61 | 93.23 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 158 | 0.13 | 0 | 0.34 | 0.07 | 83.25 | 0.7 | 0.78 |
| Hex | CF | EE | 9E | D | 0 | 22 | 7 | 53 | 46 | 4E |
| Octal | 317 | 356 | 236 | 15 | 0 | 42 | 7 | 123 | 106 | 116 |
| Binary | 11001111 | 11101110 | 10011110 | 1101 | 0 | 100010 | 111 | 1010011 | 1000110 | 1001110 |
Color Harmonies of #CFEE9E
Complementary color
Monochromatic Colors of #CFEE9E
Black with #CFEE9E
Text Example
Text Example
White with #CFEE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEE9E; }
p { color: rgb(207,238,158); }
H1.HeaderClassName
{
color: #CFEE9E;
}
.AnyTagClassName
{
color: #CFEE9E;
}
</style>
background-color css
<style>
a { background-color: #CFEE9E; }
a { background-color: rgb(207,238,158); }
div.DivClassName
{
background-color: #CFEE9E;
}
.BgClassName
{
background-color: #CFEE9E;
}
</style>
border-color css
<style>
span { border-color: #CFEE9E; }
span { border-color: rgb(207,238,158); }
td.TdClassName
{
border-color: #CFEE9E;
}
.TagClassName
{
border-color: #CFEE9E;
}
</style>