Shades of Reef #CEF899
Tints of Reef #CEF899
RGB
CMYK
RGB Variations
Color information
#CEF899 (or 0xCEF899) is known color: Reef. HEX triplet: CE, F8 and 99. RGB value is (206,248,153). Sum of RGB (Red+Green+Blue) = 206+248+153=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 248 (97.27% from 255 or 40.86% from 607); Blue value is 153 (60.16% from 255 or 25.21% from 607); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF899 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF899 is #310766. Grayscale: #E0E0E0. Windows color (decimal): -3213159 or 10090702. OLE color: 10090702.
HSL color Cylindrical-coordinate representation of color #CEF899: hue angle of 86.53º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEF899 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 153 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.03 |
| HSL | 86.53º | 0.87% | 0.79% | - |
| HSV(B) | 86.53º | 0.38% | 0.97% | - |
| XYZ | 64.77 | 82.56 | 42.66 | - |
| YUV | 224.61 | 87.59 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 153 | 0.17 | 0 | 0.38 | 0.03 | 86.53 | 0.87 | 0.79 |
| Hex | CE | F8 | 99 | 11 | 0 | 26 | 3 | 57 | 57 | 4F |
| Octal | 316 | 370 | 231 | 21 | 0 | 46 | 3 | 127 | 127 | 117 |
| Binary | 11001110 | 11111000 | 10011001 | 10001 | 0 | 100110 | 11 | 1010111 | 1010111 | 1001111 |
Color Harmonies of #CEF899
Complementary color
Monochromatic Colors of #CEF899
Black with #CEF899
Text Example
Text Example
White with #CEF899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF899; }
p { color: rgb(206,248,153); }
H1.HeaderClassName
{
color: #CEF899;
}
.AnyTagClassName
{
color: #CEF899;
}
</style>
background-color css
<style>
a { background-color: #CEF899; }
a { background-color: rgb(206,248,153); }
div.DivClassName
{
background-color: #CEF899;
}
.BgClassName
{
background-color: #CEF899;
}
</style>
border-color css
<style>
span { border-color: #CEF899; }
span { border-color: rgb(206,248,153); }
td.TdClassName
{
border-color: #CEF899;
}
.TagClassName
{
border-color: #CEF899;
}
</style>