Shades of Reef #CEF699
Tints of Reef #CEF699
RGB
CMYK
RGB Variations
Color information
#CEF699 (or 0xCEF699) is known color: Reef. HEX triplet: CE, F6 and 99. RGB value is (206,246,153). Sum of RGB (Red+Green+Blue) = 206+246+153=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 246 (96.48% from 255 or 40.66% from 605); Blue value is 153 (60.16% from 255 or 25.29% from 605); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF699 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF699 is #310966. Grayscale: #DFDFDF. Windows color (decimal): -3213671 or 10090190. OLE color: 10090190.
HSL color Cylindrical-coordinate representation of color #CEF699: hue angle of 85.81º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEF699 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 153 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.04 |
| HSL | 85.81º | 0.84% | 0.78% | - |
| HSV(B) | 85.81º | 0.38% | 0.96% | - |
| XYZ | 64.16 | 81.33 | 42.45 | - |
| YUV | 223.44 | 88.25 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 153 | 0.16 | 0 | 0.38 | 0.04 | 85.81 | 0.84 | 0.78 |
| Hex | CE | F6 | 99 | 10 | 0 | 26 | 4 | 56 | 54 | 4E |
| Octal | 316 | 366 | 231 | 20 | 0 | 46 | 4 | 126 | 124 | 116 |
| Binary | 11001110 | 11110110 | 10011001 | 10000 | 0 | 100110 | 100 | 1010110 | 1010100 | 1001110 |
Color Harmonies of #CEF699
Complementary color
Monochromatic Colors of #CEF699
Black with #CEF699
Text Example
Text Example
White with #CEF699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF699; }
p { color: rgb(206,246,153); }
H1.HeaderClassName
{
color: #CEF699;
}
.AnyTagClassName
{
color: #CEF699;
}
</style>
background-color css
<style>
a { background-color: #CEF699; }
a { background-color: rgb(206,246,153); }
div.DivClassName
{
background-color: #CEF699;
}
.BgClassName
{
background-color: #CEF699;
}
</style>
border-color css
<style>
span { border-color: #CEF699; }
span { border-color: rgb(206,246,153); }
td.TdClassName
{
border-color: #CEF699;
}
.TagClassName
{
border-color: #CEF699;
}
</style>