Shades of Reef #CFE4AC
Tints of Reef #CFE4AC
RGB
CMYK
RGB Variations
Color information
#CFE4AC (or 0xCFE4AC) is known color: Reef. HEX triplet: CF, E4 and AC. RGB value is (207,228,172). Sum of RGB (Red+Green+Blue) = 207+228+172=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE4AC is #301B53. Grayscale: #D7D7D7. Windows color (decimal): -3152724 or 11330767. OLE color: 11330767.
HSL color Cylindrical-coordinate representation of color #CFE4AC: hue angle of 82.5º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFE4AC is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 172 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.11 |
| HSL | 82.5º | 0.51% | 0.78% | - |
| HSV(B) | 82.5º | 0.25% | 0.89% | - |
| XYZ | 60.92 | 71.73 | 49.66 | - |
| YUV | 215.34 | 103.54 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 172 | 0.09 | 0 | 0.25 | 0.11 | 82.5 | 0.51 | 0.78 |
| Hex | CF | E4 | AC | 9 | 0 | 19 | B | 52 | 33 | 4E |
| Octal | 317 | 344 | 254 | 11 | 0 | 31 | 13 | 122 | 63 | 116 |
| Binary | 11001111 | 11100100 | 10101100 | 1001 | 0 | 11001 | 1011 | 1010010 | 110011 | 1001110 |
Color Harmonies of #CFE4AC
Complementary color
Monochromatic Colors of #CFE4AC
Black with #CFE4AC
Text Example
Text Example
White with #CFE4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE4AC; }
p { color: rgb(207,228,172); }
H1.HeaderClassName
{
color: #CFE4AC;
}
.AnyTagClassName
{
color: #CFE4AC;
}
</style>
background-color css
<style>
a { background-color: #CFE4AC; }
a { background-color: rgb(207,228,172); }
div.DivClassName
{
background-color: #CFE4AC;
}
.BgClassName
{
background-color: #CFE4AC;
}
</style>
border-color css
<style>
span { border-color: #CFE4AC; }
span { border-color: rgb(207,228,172); }
td.TdClassName
{
border-color: #CFE4AC;
}
.TagClassName
{
border-color: #CFE4AC;
}
</style>