Shades of Reef #CFECAF
Tints of Reef #CFECAF
RGB
CMYK
RGB Variations
Color information
#CFECAF (or 0xCFECAF) is known color: Reef. HEX triplet: CF, EC and AF. RGB value is (207,236,175). Sum of RGB (Red+Green+Blue) = 207+236+175=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFECAF is #301350. Grayscale: #DCDCDC. Windows color (decimal): -3150673 or 11529423. OLE color: 11529423.
HSL color Cylindrical-coordinate representation of color #CFECAF: hue angle of 88.52º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFECAF is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 175 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.07 |
| HSL | 88.52º | 0.62% | 0.81% | - |
| HSV(B) | 88.52º | 0.26% | 0.93% | - |
| XYZ | 63.47 | 76.35 | 51.95 | - |
| YUV | 220.38 | 102.39 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 175 | 0.12 | 0 | 0.26 | 0.07 | 88.52 | 0.62 | 0.81 |
| Hex | CF | EC | AF | C | 0 | 1A | 7 | 59 | 3E | 51 |
| Octal | 317 | 354 | 257 | 14 | 0 | 32 | 7 | 131 | 76 | 121 |
| Binary | 11001111 | 11101100 | 10101111 | 1100 | 0 | 11010 | 111 | 1011001 | 111110 | 1010001 |
Color Harmonies of #CFECAF
Complementary color
Monochromatic Colors of #CFECAF
Black with #CFECAF
Text Example
Text Example
White with #CFECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECAF; }
p { color: rgb(207,236,175); }
H1.HeaderClassName
{
color: #CFECAF;
}
.AnyTagClassName
{
color: #CFECAF;
}
</style>
background-color css
<style>
a { background-color: #CFECAF; }
a { background-color: rgb(207,236,175); }
div.DivClassName
{
background-color: #CFECAF;
}
.BgClassName
{
background-color: #CFECAF;
}
</style>
border-color css
<style>
span { border-color: #CFECAF; }
span { border-color: rgb(207,236,175); }
td.TdClassName
{
border-color: #CFECAF;
}
.TagClassName
{
border-color: #CFECAF;
}
</style>