Shades of Reef #CFECAC
Tints of Reef #CFECAC
RGB
CMYK
RGB Variations
Color information
#CFECAC (or 0xCFECAC) is known color: Reef. HEX triplet: CF, EC and AC. RGB value is (207,236,172). Sum of RGB (Red+Green+Blue) = 207+236+172=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 172 (67.58% from 255 or 27.97% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFECAC is #301353. Grayscale: #DCDCDC. Windows color (decimal): -3150676 or 11332815. OLE color: 11332815.
HSL color Cylindrical-coordinate representation of color #CFECAC: hue angle of 87.19º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFECAC is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 172 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.07 |
| HSL | 87.19º | 0.63% | 0.8% | - |
| HSV(B) | 87.19º | 0.27% | 0.93% | - |
| XYZ | 63.17 | 76.23 | 50.41 | - |
| YUV | 220.03 | 100.89 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 172 | 0.12 | 0 | 0.27 | 0.07 | 87.19 | 0.63 | 0.8 |
| Hex | CF | EC | AC | C | 0 | 1B | 7 | 57 | 3F | 50 |
| Octal | 317 | 354 | 254 | 14 | 0 | 33 | 7 | 127 | 77 | 120 |
| Binary | 11001111 | 11101100 | 10101100 | 1100 | 0 | 11011 | 111 | 1010111 | 111111 | 1010000 |
Color Harmonies of #CFECAC
Complementary color
Monochromatic Colors of #CFECAC
Black with #CFECAC
Text Example
Text Example
White with #CFECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECAC; }
p { color: rgb(207,236,172); }
H1.HeaderClassName
{
color: #CFECAC;
}
.AnyTagClassName
{
color: #CFECAC;
}
</style>
background-color css
<style>
a { background-color: #CFECAC; }
a { background-color: rgb(207,236,172); }
div.DivClassName
{
background-color: #CFECAC;
}
.BgClassName
{
background-color: #CFECAC;
}
</style>
border-color css
<style>
span { border-color: #CFECAC; }
span { border-color: rgb(207,236,172); }
td.TdClassName
{
border-color: #CFECAC;
}
.TagClassName
{
border-color: #CFECAC;
}
</style>