Shades of Reef #CFEB9B
Tints of Reef #CFEB9B
RGB
CMYK
RGB Variations
Color information
#CFEB9B (or 0xCFEB9B) is known color: Reef. HEX triplet: CF, EB and 9B. RGB value is (207,235,155). Sum of RGB (Red+Green+Blue) = 207+235+155=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 235 (92.19% from 255 or 39.36% from 597); Blue value is 155 (60.94% from 255 or 25.96% from 597); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEB9B is #301464. Grayscale: #D9D9D9. Windows color (decimal): -3150949 or 10218447. OLE color: 10218447.
HSL color Cylindrical-coordinate representation of color #CFEB9B: hue angle of 81º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFEB9B is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 155 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.08 |
| HSL | 81º | 0.67% | 0.76% | - |
| HSV(B) | 81º | 0.34% | 0.92% | - |
| XYZ | 61.36 | 75.05 | 42.26 | - |
| YUV | 217.51 | 92.72 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 155 | 0.12 | 0 | 0.34 | 0.08 | 81 | 0.67 | 0.76 |
| Hex | CF | EB | 9B | C | 0 | 22 | 8 | 51 | 43 | 4C |
| Octal | 317 | 353 | 233 | 14 | 0 | 42 | 10 | 121 | 103 | 114 |
| Binary | 11001111 | 11101011 | 10011011 | 1100 | 0 | 100010 | 1000 | 1010001 | 1000011 | 1001100 |
Color Harmonies of #CFEB9B
Complementary color
Monochromatic Colors of #CFEB9B
Black with #CFEB9B
Text Example
Text Example
White with #CFEB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB9B; }
p { color: rgb(207,235,155); }
H1.HeaderClassName
{
color: #CFEB9B;
}
.AnyTagClassName
{
color: #CFEB9B;
}
</style>
background-color css
<style>
a { background-color: #CFEB9B; }
a { background-color: rgb(207,235,155); }
div.DivClassName
{
background-color: #CFEB9B;
}
.BgClassName
{
background-color: #CFEB9B;
}
</style>
border-color css
<style>
span { border-color: #CFEB9B; }
span { border-color: rgb(207,235,155); }
td.TdClassName
{
border-color: #CFEB9B;
}
.TagClassName
{
border-color: #CFEB9B;
}
</style>