Shades of Reef #CEF1A6
Tints of Reef #CEF1A6
RGB
CMYK
RGB Variations
Color information
#CEF1A6 (or 0xCEF1A6) is known color: Reef. HEX triplet: CE, F1 and A6. RGB value is (206,241,166). Sum of RGB (Red+Green+Blue) = 206+241+166=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 241 (94.53% from 255 or 39.31% from 613); Blue value is 166 (65.23% from 255 or 27.08% from 613); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1A6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF1A6 is #310E59. Grayscale: #DEDEDE. Windows color (decimal): -3214938 or 10940878. OLE color: 10940878.
HSL color Cylindrical-coordinate representation of color #CEF1A6: hue angle of 88º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEF1A6 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 166 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.05 |
| HSL | 88º | 0.73% | 0.8% | - |
| HSV(B) | 88º | 0.31% | 0.95% | - |
| XYZ | 63.79 | 78.79 | 47.92 | - |
| YUV | 221.99 | 96.4 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 166 | 0.15 | 0 | 0.31 | 0.05 | 88 | 0.73 | 0.8 |
| Hex | CE | F1 | A6 | F | 0 | 1F | 5 | 58 | 49 | 50 |
| Octal | 316 | 361 | 246 | 17 | 0 | 37 | 5 | 130 | 111 | 120 |
| Binary | 11001110 | 11110001 | 10100110 | 1111 | 0 | 11111 | 101 | 1011000 | 1001001 | 1010000 |
Color Harmonies of #CEF1A6
Complementary color
Monochromatic Colors of #CEF1A6
Black with #CEF1A6
Text Example
Text Example
White with #CEF1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF1A6; }
p { color: rgb(206,241,166); }
H1.HeaderClassName
{
color: #CEF1A6;
}
.AnyTagClassName
{
color: #CEF1A6;
}
</style>
background-color css
<style>
a { background-color: #CEF1A6; }
a { background-color: rgb(206,241,166); }
div.DivClassName
{
background-color: #CEF1A6;
}
.BgClassName
{
background-color: #CEF1A6;
}
</style>
border-color css
<style>
span { border-color: #CEF1A6; }
span { border-color: rgb(206,241,166); }
td.TdClassName
{
border-color: #CEF1A6;
}
.TagClassName
{
border-color: #CEF1A6;
}
</style>