Shades of Reef #CFE2B4
Tints of Reef #CFE2B4
RGB
CMYK
RGB Variations
Color information
#CFE2B4 (or 0xCFE2B4) is known color: Reef. HEX triplet: CF, E2 and B4. RGB value is (207,226,180). Sum of RGB (Red+Green+Blue) = 207+226+180=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 226 (88.67% from 255 or 36.87% from 613); Blue value is 180 (70.70% from 255 or 29.36% from 613); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE2B4 is #301D4B. Grayscale: #D7D7D7. Windows color (decimal): -3153228 or 11854543. OLE color: 11854543.
HSL color Cylindrical-coordinate representation of color #CFE2B4: hue angle of 84.78º degrees, saturation: 0.44, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFE2B4 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 180 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.11 |
| HSL | 84.78º | 0.44% | 0.8% | - |
| HSV(B) | 84.78º | 0.2% | 0.89% | - |
| XYZ | 61.17 | 70.95 | 53.65 | - |
| YUV | 215.08 | 108.21 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 180 | 0.08 | 0 | 0.20 | 0.11 | 84.78 | 0.44 | 0.8 |
| Hex | CF | E2 | B4 | 8 | 0 | 14 | B | 55 | 2C | 50 |
| Octal | 317 | 342 | 264 | 10 | 0 | 24 | 13 | 125 | 54 | 120 |
| Binary | 11001111 | 11100010 | 10110100 | 1000 | 0 | 10100 | 1011 | 1010101 | 101100 | 1010000 |
Color Harmonies of #CFE2B4
Complementary color
Monochromatic Colors of #CFE2B4
Black with #CFE2B4
Text Example
Text Example
White with #CFE2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE2B4; }
p { color: rgb(207,226,180); }
H1.HeaderClassName
{
color: #CFE2B4;
}
.AnyTagClassName
{
color: #CFE2B4;
}
</style>
background-color css
<style>
a { background-color: #CFE2B4; }
a { background-color: rgb(207,226,180); }
div.DivClassName
{
background-color: #CFE2B4;
}
.BgClassName
{
background-color: #CFE2B4;
}
</style>
border-color css
<style>
span { border-color: #CFE2B4; }
span { border-color: rgb(207,226,180); }
td.TdClassName
{
border-color: #CFE2B4;
}
.TagClassName
{
border-color: #CFE2B4;
}
</style>