Shades of Reef #CEF894
Tints of Reef #CEF894
RGB
CMYK
RGB Variations
Color information
#CEF894 (or 0xCEF894) is known color: Reef. HEX triplet: CE, F8 and 94. RGB value is (206,248,148). Sum of RGB (Red+Green+Blue) = 206+248+148=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 248 (97.27% from 255 or 41.20% from 602); Blue value is 148 (58.20% from 255 or 24.58% from 602); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF894 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF894 is #31076B. Grayscale: #E0E0E0. Windows color (decimal): -3213164 or 9763022. OLE color: 9763022.
HSL color Cylindrical-coordinate representation of color #CEF894: hue angle of 85.2º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEF894 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 148 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.03 |
| HSL | 85.2º | 0.88% | 0.78% | - |
| HSV(B) | 85.2º | 0.4% | 0.97% | - |
| XYZ | 64.37 | 82.39 | 40.53 | - |
| YUV | 224.04 | 85.09 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 148 | 0.17 | 0 | 0.40 | 0.03 | 85.2 | 0.88 | 0.78 |
| Hex | CE | F8 | 94 | 11 | 0 | 28 | 3 | 55 | 58 | 4E |
| Octal | 316 | 370 | 224 | 21 | 0 | 50 | 3 | 125 | 130 | 116 |
| Binary | 11001110 | 11111000 | 10010100 | 10001 | 0 | 101000 | 11 | 1010101 | 1011000 | 1001110 |
Color Harmonies of #CEF894
Complementary color
Monochromatic Colors of #CEF894
Black with #CEF894
Text Example
Text Example
White with #CEF894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF894; }
p { color: rgb(206,248,148); }
H1.HeaderClassName
{
color: #CEF894;
}
.AnyTagClassName
{
color: #CEF894;
}
</style>
background-color css
<style>
a { background-color: #CEF894; }
a { background-color: rgb(206,248,148); }
div.DivClassName
{
background-color: #CEF894;
}
.BgClassName
{
background-color: #CEF894;
}
</style>
border-color css
<style>
span { border-color: #CEF894; }
span { border-color: rgb(206,248,148); }
td.TdClassName
{
border-color: #CEF894;
}
.TagClassName
{
border-color: #CEF894;
}
</style>