Shades of Reef #CFEB9C
Tints of Reef #CFEB9C
RGB
CMYK
RGB Variations
Color information
#CFEB9C (or 0xCFEB9C) is known color: Reef. HEX triplet: CF, EB and 9C. RGB value is (207,235,156). Sum of RGB (Red+Green+Blue) = 207+235+156=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 235 (92.19% from 255 or 39.30% from 598); Blue value is 156 (61.33% from 255 or 26.09% from 598); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEB9C is #301463. Grayscale: #D9D9D9. Windows color (decimal): -3150948 or 10283983. OLE color: 10283983.
HSL color Cylindrical-coordinate representation of color #CFEB9C: hue angle of 81.27º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFEB9C is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 156 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.08 |
| HSL | 81.27º | 0.66% | 0.77% | - |
| HSV(B) | 81.27º | 0.34% | 0.92% | - |
| XYZ | 61.44 | 75.08 | 42.71 | - |
| YUV | 217.62 | 93.22 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 156 | 0.12 | 0 | 0.34 | 0.08 | 81.27 | 0.66 | 0.77 |
| Hex | CF | EB | 9C | C | 0 | 22 | 8 | 51 | 42 | 4D |
| Octal | 317 | 353 | 234 | 14 | 0 | 42 | 10 | 121 | 102 | 115 |
| Binary | 11001111 | 11101011 | 10011100 | 1100 | 0 | 100010 | 1000 | 1010001 | 1000010 | 1001101 |
Color Harmonies of #CFEB9C
Complementary color
Monochromatic Colors of #CFEB9C
Black with #CFEB9C
Text Example
Text Example
White with #CFEB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB9C; }
p { color: rgb(207,235,156); }
H1.HeaderClassName
{
color: #CFEB9C;
}
.AnyTagClassName
{
color: #CFEB9C;
}
</style>
background-color css
<style>
a { background-color: #CFEB9C; }
a { background-color: rgb(207,235,156); }
div.DivClassName
{
background-color: #CFEB9C;
}
.BgClassName
{
background-color: #CFEB9C;
}
</style>
border-color css
<style>
span { border-color: #CFEB9C; }
span { border-color: rgb(207,235,156); }
td.TdClassName
{
border-color: #CFEB9C;
}
.TagClassName
{
border-color: #CFEB9C;
}
</style>