Shades of Reef #CFE2A1
Tints of Reef #CFE2A1
RGB
CMYK
RGB Variations
Color information
#CFE2A1 (or 0xCFE2A1) is known color: Reef. HEX triplet: CF, E2 and A1. RGB value is (207,226,161). Sum of RGB (Red+Green+Blue) = 207+226+161=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 226 (88.67% from 255 or 38.05% from 594); Blue value is 161 (63.28% from 255 or 27.10% from 594); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE2A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE2A1 is #301D5E. Grayscale: #D5D5D5. Windows color (decimal): -3153247 or 10609359. OLE color: 10609359.
HSL color Cylindrical-coordinate representation of color #CFE2A1: hue angle of 77.54º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFE2A1 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 161 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.11 |
| HSL | 77.54º | 0.53% | 0.76% | - |
| HSV(B) | 77.54º | 0.29% | 0.89% | - |
| XYZ | 59.36 | 70.23 | 44.15 | - |
| YUV | 212.91 | 98.71 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 161 | 0.08 | 0 | 0.29 | 0.11 | 77.54 | 0.53 | 0.76 |
| Hex | CF | E2 | A1 | 8 | 0 | 1D | B | 4E | 35 | 4C |
| Octal | 317 | 342 | 241 | 10 | 0 | 35 | 13 | 116 | 65 | 114 |
| Binary | 11001111 | 11100010 | 10100001 | 1000 | 0 | 11101 | 1011 | 1001110 | 110101 | 1001100 |
Color Harmonies of #CFE2A1
Complementary color
Monochromatic Colors of #CFE2A1
Black with #CFE2A1
Text Example
Text Example
White with #CFE2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE2A1; }
p { color: rgb(207,226,161); }
H1.HeaderClassName
{
color: #CFE2A1;
}
.AnyTagClassName
{
color: #CFE2A1;
}
</style>
background-color css
<style>
a { background-color: #CFE2A1; }
a { background-color: rgb(207,226,161); }
div.DivClassName
{
background-color: #CFE2A1;
}
.BgClassName
{
background-color: #CFE2A1;
}
</style>
border-color css
<style>
span { border-color: #CFE2A1; }
span { border-color: rgb(207,226,161); }
td.TdClassName
{
border-color: #CFE2A1;
}
.TagClassName
{
border-color: #CFE2A1;
}
</style>