Shades of Reef #CFE3A6
Tints of Reef #CFE3A6
RGB
CMYK
RGB Variations
Color information
#CFE3A6 (or 0xCFE3A6) is known color: Reef. HEX triplet: CF, E3 and A6. RGB value is (207,227,166). Sum of RGB (Red+Green+Blue) = 207+227+166=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 227 (89.06% from 255 or 37.83% from 600); Blue value is 166 (65.23% from 255 or 27.67% from 600); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE3A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE3A6 is #301C59. Grayscale: #D6D6D6. Windows color (decimal): -3152986 or 10937295. OLE color: 10937295.
HSL color Cylindrical-coordinate representation of color #CFE3A6: hue angle of 79.67º degrees, saturation: 0.52, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFE3A6 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 166 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.11 |
| HSL | 79.67º | 0.52% | 0.77% | - |
| HSV(B) | 79.67º | 0.27% | 0.89% | - |
| XYZ | 60.08 | 70.96 | 46.61 | - |
| YUV | 214.07 | 100.87 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 166 | 0.09 | 0 | 0.27 | 0.11 | 79.67 | 0.52 | 0.77 |
| Hex | CF | E3 | A6 | 9 | 0 | 1B | B | 50 | 34 | 4D |
| Octal | 317 | 343 | 246 | 11 | 0 | 33 | 13 | 120 | 64 | 115 |
| Binary | 11001111 | 11100011 | 10100110 | 1001 | 0 | 11011 | 1011 | 1010000 | 110100 | 1001101 |
Color Harmonies of #CFE3A6
Complementary color
Monochromatic Colors of #CFE3A6
Black with #CFE3A6
Text Example
Text Example
White with #CFE3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE3A6; }
p { color: rgb(207,227,166); }
H1.HeaderClassName
{
color: #CFE3A6;
}
.AnyTagClassName
{
color: #CFE3A6;
}
</style>
background-color css
<style>
a { background-color: #CFE3A6; }
a { background-color: rgb(207,227,166); }
div.DivClassName
{
background-color: #CFE3A6;
}
.BgClassName
{
background-color: #CFE3A6;
}
</style>
border-color css
<style>
span { border-color: #CFE3A6; }
span { border-color: rgb(207,227,166); }
td.TdClassName
{
border-color: #CFE3A6;
}
.TagClassName
{
border-color: #CFE3A6;
}
</style>