Shades of Reef #CFE99D
Tints of Reef #CFE99D
RGB
CMYK
RGB Variations
Color information
#CFE99D (or 0xCFE99D) is known color: Reef. HEX triplet: CF, E9 and 9D. RGB value is (207,233,157). Sum of RGB (Red+Green+Blue) = 207+233+157=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 233 (91.41% from 255 or 39.03% from 597); Blue value is 157 (61.72% from 255 or 26.30% from 597); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE99D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE99D is #301662. Grayscale: #D8D8D8. Windows color (decimal): -3151459 or 10349007. OLE color: 10349007.
HSL color Cylindrical-coordinate representation of color #CFE99D: hue angle of 80.53º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFE99D is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 157 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.09 |
| HSL | 80.53º | 0.63% | 0.76% | - |
| HSV(B) | 80.53º | 0.33% | 0.91% | - |
| XYZ | 60.96 | 73.98 | 42.96 | - |
| YUV | 216.56 | 94.39 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 157 | 0.11 | 0 | 0.33 | 0.09 | 80.53 | 0.63 | 0.76 |
| Hex | CF | E9 | 9D | B | 0 | 21 | 9 | 51 | 3F | 4C |
| Octal | 317 | 351 | 235 | 13 | 0 | 41 | 11 | 121 | 77 | 114 |
| Binary | 11001111 | 11101001 | 10011101 | 1011 | 0 | 100001 | 1001 | 1010001 | 111111 | 1001100 |
Color Harmonies of #CFE99D
Complementary color
Monochromatic Colors of #CFE99D
Black with #CFE99D
Text Example
Text Example
White with #CFE99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE99D; }
p { color: rgb(207,233,157); }
H1.HeaderClassName
{
color: #CFE99D;
}
.AnyTagClassName
{
color: #CFE99D;
}
</style>
background-color css
<style>
a { background-color: #CFE99D; }
a { background-color: rgb(207,233,157); }
div.DivClassName
{
background-color: #CFE99D;
}
.BgClassName
{
background-color: #CFE99D;
}
</style>
border-color css
<style>
span { border-color: #CFE99D; }
span { border-color: rgb(207,233,157); }
td.TdClassName
{
border-color: #CFE99D;
}
.TagClassName
{
border-color: #CFE99D;
}
</style>