Shades of Reef #CFEB99
Tints of Reef #CFEB99
RGB
CMYK
RGB Variations
Color information
#CFEB99 (or 0xCFEB99) is known color: Reef. HEX triplet: CF, EB and 99. RGB value is (207,235,153). Sum of RGB (Red+Green+Blue) = 207+235+153=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 153 (60.16% from 255 or 25.71% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEB99 is #301466. Grayscale: #D9D9D9. Windows color (decimal): -3150951 or 10087375. OLE color: 10087375.
HSL color Cylindrical-coordinate representation of color #CFEB99: hue angle of 80.49º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFEB99 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 153 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.08 |
| HSL | 80.49º | 0.67% | 0.76% | - |
| HSV(B) | 80.49º | 0.35% | 0.92% | - |
| XYZ | 61.19 | 74.98 | 41.38 | - |
| YUV | 217.28 | 91.72 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 153 | 0.12 | 0 | 0.35 | 0.08 | 80.49 | 0.67 | 0.76 |
| Hex | CF | EB | 99 | C | 0 | 23 | 8 | 50 | 43 | 4C |
| Octal | 317 | 353 | 231 | 14 | 0 | 43 | 10 | 120 | 103 | 114 |
| Binary | 11001111 | 11101011 | 10011001 | 1100 | 0 | 100011 | 1000 | 1010000 | 1000011 | 1001100 |
Color Harmonies of #CFEB99
Complementary color
Monochromatic Colors of #CFEB99
Black with #CFEB99
Text Example
Text Example
White with #CFEB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB99; }
p { color: rgb(207,235,153); }
H1.HeaderClassName
{
color: #CFEB99;
}
.AnyTagClassName
{
color: #CFEB99;
}
</style>
background-color css
<style>
a { background-color: #CFEB99; }
a { background-color: rgb(207,235,153); }
div.DivClassName
{
background-color: #CFEB99;
}
.BgClassName
{
background-color: #CFEB99;
}
</style>
border-color css
<style>
span { border-color: #CFEB99; }
span { border-color: rgb(207,235,153); }
td.TdClassName
{
border-color: #CFEB99;
}
.TagClassName
{
border-color: #CFEB99;
}
</style>