Shades of Reef #CFE9A9
Tints of Reef #CFE9A9
RGB
CMYK
RGB Variations
Color information
#CFE9A9 (or 0xCFE9A9) is known color: Reef. HEX triplet: CF, E9 and A9. RGB value is (207,233,169). Sum of RGB (Red+Green+Blue) = 207+233+169=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 169 (66.41% from 255 or 27.75% from 609); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE9A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE9A9 is #301656. Grayscale: #DADADA. Windows color (decimal): -3151447 or 11135439. OLE color: 11135439.
HSL color Cylindrical-coordinate representation of color #CFE9A9: hue angle of 84.38º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFE9A9 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 169 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.09 |
| HSL | 84.38º | 0.59% | 0.79% | - |
| HSV(B) | 84.38º | 0.27% | 0.91% | - |
| XYZ | 62.03 | 74.41 | 48.63 | - |
| YUV | 217.93 | 100.39 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 169 | 0.11 | 0 | 0.27 | 0.09 | 84.38 | 0.59 | 0.79 |
| Hex | CF | E9 | A9 | B | 0 | 1B | 9 | 54 | 3B | 4F |
| Octal | 317 | 351 | 251 | 13 | 0 | 33 | 11 | 124 | 73 | 117 |
| Binary | 11001111 | 11101001 | 10101001 | 1011 | 0 | 11011 | 1001 | 1010100 | 111011 | 1001111 |
Color Harmonies of #CFE9A9
Complementary color
Monochromatic Colors of #CFE9A9
Black with #CFE9A9
Text Example
Text Example
White with #CFE9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE9A9; }
p { color: rgb(207,233,169); }
H1.HeaderClassName
{
color: #CFE9A9;
}
.AnyTagClassName
{
color: #CFE9A9;
}
</style>
background-color css
<style>
a { background-color: #CFE9A9; }
a { background-color: rgb(207,233,169); }
div.DivClassName
{
background-color: #CFE9A9;
}
.BgClassName
{
background-color: #CFE9A9;
}
</style>
border-color css
<style>
span { border-color: #CFE9A9; }
span { border-color: rgb(207,233,169); }
td.TdClassName
{
border-color: #CFE9A9;
}
.TagClassName
{
border-color: #CFE9A9;
}
</style>