Shades of Reef #CFEBAF
Tints of Reef #CFEBAF
RGB
CMYK
RGB Variations
Color information
#CFEBAF (or 0xCFEBAF) is known color: Reef. HEX triplet: CF, EB and AF. RGB value is (207,235,175). Sum of RGB (Red+Green+Blue) = 207+235+175=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEBAF is #301450. Grayscale: #DCDCDC. Windows color (decimal): -3150929 or 11529167. OLE color: 11529167.
HSL color Cylindrical-coordinate representation of color #CFEBAF: hue angle of 88º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFEBAF is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 175 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.08 |
| HSL | 88º | 0.6% | 0.8% | - |
| HSV(B) | 88º | 0.26% | 0.92% | - |
| XYZ | 63.18 | 75.78 | 51.85 | - |
| YUV | 219.79 | 102.72 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 175 | 0.12 | 0 | 0.26 | 0.08 | 88 | 0.6 | 0.8 |
| Hex | CF | EB | AF | C | 0 | 1A | 8 | 58 | 3C | 50 |
| Octal | 317 | 353 | 257 | 14 | 0 | 32 | 10 | 130 | 74 | 120 |
| Binary | 11001111 | 11101011 | 10101111 | 1100 | 0 | 11010 | 1000 | 1011000 | 111100 | 1010000 |
Color Harmonies of #CFEBAF
Complementary color
Monochromatic Colors of #CFEBAF
Black with #CFEBAF
Text Example
Text Example
White with #CFEBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBAF; }
p { color: rgb(207,235,175); }
H1.HeaderClassName
{
color: #CFEBAF;
}
.AnyTagClassName
{
color: #CFEBAF;
}
</style>
background-color css
<style>
a { background-color: #CFEBAF; }
a { background-color: rgb(207,235,175); }
div.DivClassName
{
background-color: #CFEBAF;
}
.BgClassName
{
background-color: #CFEBAF;
}
</style>
border-color css
<style>
span { border-color: #CFEBAF; }
span { border-color: rgb(207,235,175); }
td.TdClassName
{
border-color: #CFEBAF;
}
.TagClassName
{
border-color: #CFEBAF;
}
</style>