Shades of Reef #CFE3AC
Tints of Reef #CFE3AC
RGB
CMYK
RGB Variations
Color information
#CFE3AC (or 0xCFE3AC) is known color: Reef. HEX triplet: CF, E3 and AC. RGB value is (207,227,172). Sum of RGB (Red+Green+Blue) = 207+227+172=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 227 (89.06% from 255 or 37.46% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE3AC is #301C53. Grayscale: #D6D6D6. Windows color (decimal): -3152980 or 11330511. OLE color: 11330511.
HSL color Cylindrical-coordinate representation of color #CFE3AC: hue angle of 81.82º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFE3AC is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 172 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.11 |
| HSL | 81.82º | 0.5% | 0.78% | - |
| HSV(B) | 81.82º | 0.24% | 0.89% | - |
| XYZ | 60.65 | 71.18 | 49.57 | - |
| YUV | 214.75 | 103.87 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 172 | 0.09 | 0 | 0.24 | 0.11 | 81.82 | 0.5 | 0.78 |
| Hex | CF | E3 | AC | 9 | 0 | 18 | B | 52 | 32 | 4E |
| Octal | 317 | 343 | 254 | 11 | 0 | 30 | 13 | 122 | 62 | 116 |
| Binary | 11001111 | 11100011 | 10101100 | 1001 | 0 | 11000 | 1011 | 1010010 | 110010 | 1001110 |
Color Harmonies of #CFE3AC
Complementary color
Monochromatic Colors of #CFE3AC
Black with #CFE3AC
Text Example
Text Example
White with #CFE3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE3AC; }
p { color: rgb(207,227,172); }
H1.HeaderClassName
{
color: #CFE3AC;
}
.AnyTagClassName
{
color: #CFE3AC;
}
</style>
background-color css
<style>
a { background-color: #CFE3AC; }
a { background-color: rgb(207,227,172); }
div.DivClassName
{
background-color: #CFE3AC;
}
.BgClassName
{
background-color: #CFE3AC;
}
</style>
border-color css
<style>
span { border-color: #CFE3AC; }
span { border-color: rgb(207,227,172); }
td.TdClassName
{
border-color: #CFE3AC;
}
.TagClassName
{
border-color: #CFE3AC;
}
</style>