Shades of Reef #CFECA2
Tints of Reef #CFECA2
RGB
CMYK
RGB Variations
Color information
#CFECA2 (or 0xCFECA2) is known color: Reef. HEX triplet: CF, EC and A2. RGB value is (207,236,162). Sum of RGB (Red+Green+Blue) = 207+236+162=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 162 (63.67% from 255 or 26.78% from 605); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFECA2 is #30135D. Grayscale: #DBDBDB. Windows color (decimal): -3150686 or 10677455. OLE color: 10677455.
HSL color Cylindrical-coordinate representation of color #CFECA2: hue angle of 83.51º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFECA2 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 162 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.07 |
| HSL | 83.51º | 0.66% | 0.78% | - |
| HSV(B) | 83.51º | 0.31% | 0.93% | - |
| XYZ | 62.25 | 75.86 | 45.54 | - |
| YUV | 218.89 | 95.89 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 162 | 0.12 | 0 | 0.31 | 0.07 | 83.51 | 0.66 | 0.78 |
| Hex | CF | EC | A2 | C | 0 | 1F | 7 | 54 | 42 | 4E |
| Octal | 317 | 354 | 242 | 14 | 0 | 37 | 7 | 124 | 102 | 116 |
| Binary | 11001111 | 11101100 | 10100010 | 1100 | 0 | 11111 | 111 | 1010100 | 1000010 | 1001110 |
Color Harmonies of #CFECA2
Complementary color
Monochromatic Colors of #CFECA2
Black with #CFECA2
Text Example
Text Example
White with #CFECA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECA2; }
p { color: rgb(207,236,162); }
H1.HeaderClassName
{
color: #CFECA2;
}
.AnyTagClassName
{
color: #CFECA2;
}
</style>
background-color css
<style>
a { background-color: #CFECA2; }
a { background-color: rgb(207,236,162); }
div.DivClassName
{
background-color: #CFECA2;
}
.BgClassName
{
background-color: #CFECA2;
}
</style>
border-color css
<style>
span { border-color: #CFECA2; }
span { border-color: rgb(207,236,162); }
td.TdClassName
{
border-color: #CFECA2;
}
.TagClassName
{
border-color: #CFECA2;
}
</style>