Shades of Reef #CFE1AC
Tints of Reef #CFE1AC
RGB
CMYK
RGB Variations
Color information
#CFE1AC (or 0xCFE1AC) is known color: Reef. HEX triplet: CF, E1 and AC. RGB value is (207,225,172). Sum of RGB (Red+Green+Blue) = 207+225+172=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE1AC is #301E53. Grayscale: #D5D5D5. Windows color (decimal): -3153492 or 11329999. OLE color: 11329999.
HSL color Cylindrical-coordinate representation of color #CFE1AC: hue angle of 80.38º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFE1AC is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 172 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.12 |
| HSL | 80.38º | 0.47% | 0.78% | - |
| HSV(B) | 80.38º | 0.24% | 0.88% | - |
| XYZ | 60.1 | 70.09 | 49.39 | - |
| YUV | 213.58 | 104.54 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 172 | 0.08 | 0 | 0.24 | 0.12 | 80.38 | 0.47 | 0.78 |
| Hex | CF | E1 | AC | 8 | 0 | 18 | C | 50 | 2F | 4E |
| Octal | 317 | 341 | 254 | 10 | 0 | 30 | 14 | 120 | 57 | 116 |
| Binary | 11001111 | 11100001 | 10101100 | 1000 | 0 | 11000 | 1100 | 1010000 | 101111 | 1001110 |
Color Harmonies of #CFE1AC
Complementary color
Monochromatic Colors of #CFE1AC
Black with #CFE1AC
Text Example
Text Example
White with #CFE1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE1AC; }
p { color: rgb(207,225,172); }
H1.HeaderClassName
{
color: #CFE1AC;
}
.AnyTagClassName
{
color: #CFE1AC;
}
</style>
background-color css
<style>
a { background-color: #CFE1AC; }
a { background-color: rgb(207,225,172); }
div.DivClassName
{
background-color: #CFE1AC;
}
.BgClassName
{
background-color: #CFE1AC;
}
</style>
border-color css
<style>
span { border-color: #CFE1AC; }
span { border-color: rgb(207,225,172); }
td.TdClassName
{
border-color: #CFE1AC;
}
.TagClassName
{
border-color: #CFE1AC;
}
</style>