Shades of Reef #CFE2B1
Tints of Reef #CFE2B1
RGB
CMYK
RGB Variations
Color information
#CFE2B1 (or 0xCFE2B1) is known color: Reef. HEX triplet: CF, E2 and B1. RGB value is (207,226,177). Sum of RGB (Red+Green+Blue) = 207+226+177=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 226 (88.67% from 255 or 37.05% from 610); Blue value is 177 (69.53% from 255 or 29.02% from 610); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE2B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE2B1 is #301D4E. Grayscale: #D6D6D6. Windows color (decimal): -3153231 or 11657935. OLE color: 11657935.
HSL color Cylindrical-coordinate representation of color #CFE2B1: hue angle of 83.27º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFE2B1 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 177 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.11 |
| HSL | 83.27º | 0.46% | 0.79% | - |
| HSV(B) | 83.27º | 0.22% | 0.89% | - |
| XYZ | 60.86 | 70.83 | 52.06 | - |
| YUV | 214.73 | 106.71 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 177 | 0.08 | 0 | 0.22 | 0.11 | 83.27 | 0.46 | 0.79 |
| Hex | CF | E2 | B1 | 8 | 0 | 16 | B | 53 | 2E | 4F |
| Octal | 317 | 342 | 261 | 10 | 0 | 26 | 13 | 123 | 56 | 117 |
| Binary | 11001111 | 11100010 | 10110001 | 1000 | 0 | 10110 | 1011 | 1010011 | 101110 | 1001111 |
Color Harmonies of #CFE2B1
Complementary color
Monochromatic Colors of #CFE2B1
Black with #CFE2B1
Text Example
Text Example
White with #CFE2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE2B1; }
p { color: rgb(207,226,177); }
H1.HeaderClassName
{
color: #CFE2B1;
}
.AnyTagClassName
{
color: #CFE2B1;
}
</style>
background-color css
<style>
a { background-color: #CFE2B1; }
a { background-color: rgb(207,226,177); }
div.DivClassName
{
background-color: #CFE2B1;
}
.BgClassName
{
background-color: #CFE2B1;
}
</style>
border-color css
<style>
span { border-color: #CFE2B1; }
span { border-color: rgb(207,226,177); }
td.TdClassName
{
border-color: #CFE2B1;
}
.TagClassName
{
border-color: #CFE2B1;
}
</style>