Shades of Reef #CEF2A6
Tints of Reef #CEF2A6
RGB
CMYK
RGB Variations
Color information
#CEF2A6 (or 0xCEF2A6) is known color: Reef. HEX triplet: CE, F2 and A6. RGB value is (206,242,166). Sum of RGB (Red+Green+Blue) = 206+242+166=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 242 (94.92% from 255 or 39.41% from 614); Blue value is 166 (65.23% from 255 or 27.04% from 614); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2A6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF2A6 is #310D59. Grayscale: #DEDEDE. Windows color (decimal): -3214682 or 10941134. OLE color: 10941134.
HSL color Cylindrical-coordinate representation of color #CEF2A6: hue angle of 88.42º degrees, saturation: 0.75, 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 #CEF2A6 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 166 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.05 |
| HSL | 88.42º | 0.75% | 0.8% | - |
| HSV(B) | 88.42º | 0.31% | 0.95% | - |
| XYZ | 64.09 | 79.38 | 48.02 | - |
| YUV | 222.57 | 96.07 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 166 | 0.15 | 0 | 0.31 | 0.05 | 88.42 | 0.75 | 0.8 |
| Hex | CE | F2 | A6 | F | 0 | 1F | 5 | 58 | 4B | 50 |
| Octal | 316 | 362 | 246 | 17 | 0 | 37 | 5 | 130 | 113 | 120 |
| Binary | 11001110 | 11110010 | 10100110 | 1111 | 0 | 11111 | 101 | 1011000 | 1001011 | 1010000 |
Color Harmonies of #CEF2A6
Complementary color
Monochromatic Colors of #CEF2A6
Black with #CEF2A6
Text Example
Text Example
White with #CEF2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF2A6; }
p { color: rgb(206,242,166); }
H1.HeaderClassName
{
color: #CEF2A6;
}
.AnyTagClassName
{
color: #CEF2A6;
}
</style>
background-color css
<style>
a { background-color: #CEF2A6; }
a { background-color: rgb(206,242,166); }
div.DivClassName
{
background-color: #CEF2A6;
}
.BgClassName
{
background-color: #CEF2A6;
}
</style>
border-color css
<style>
span { border-color: #CEF2A6; }
span { border-color: rgb(206,242,166); }
td.TdClassName
{
border-color: #CEF2A6;
}
.TagClassName
{
border-color: #CEF2A6;
}
</style>