Shades of Reef #CFE9A4
Tints of Reef #CFE9A4
RGB
CMYK
RGB Variations
Color information
#CFE9A4 (or 0xCFE9A4) is known color: Reef. HEX triplet: CF, E9 and A4. RGB value is (207,233,164). Sum of RGB (Red+Green+Blue) = 207+233+164=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 233 (91.41% from 255 or 38.58% from 604); Blue value is 164 (64.45% from 255 or 27.15% from 604); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE9A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE9A4 is #30165B. Grayscale: #D9D9D9. Windows color (decimal): -3151452 or 10807759. OLE color: 10807759.
HSL color Cylindrical-coordinate representation of color #CFE9A4: hue angle of 82.61º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFE9A4 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 164 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.09 |
| HSL | 82.61º | 0.61% | 0.78% | - |
| HSV(B) | 82.61º | 0.3% | 0.91% | - |
| XYZ | 61.57 | 74.22 | 46.2 | - |
| YUV | 217.36 | 97.89 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 164 | 0.11 | 0 | 0.30 | 0.09 | 82.61 | 0.61 | 0.78 |
| Hex | CF | E9 | A4 | B | 0 | 1E | 9 | 53 | 3D | 4E |
| Octal | 317 | 351 | 244 | 13 | 0 | 36 | 11 | 123 | 75 | 116 |
| Binary | 11001111 | 11101001 | 10100100 | 1011 | 0 | 11110 | 1001 | 1010011 | 111101 | 1001110 |
Color Harmonies of #CFE9A4
Complementary color
Monochromatic Colors of #CFE9A4
Black with #CFE9A4
Text Example
Text Example
White with #CFE9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE9A4; }
p { color: rgb(207,233,164); }
H1.HeaderClassName
{
color: #CFE9A4;
}
.AnyTagClassName
{
color: #CFE9A4;
}
</style>
background-color css
<style>
a { background-color: #CFE9A4; }
a { background-color: rgb(207,233,164); }
div.DivClassName
{
background-color: #CFE9A4;
}
.BgClassName
{
background-color: #CFE9A4;
}
</style>
border-color css
<style>
span { border-color: #CFE9A4; }
span { border-color: rgb(207,233,164); }
td.TdClassName
{
border-color: #CFE9A4;
}
.TagClassName
{
border-color: #CFE9A4;
}
</style>