Shades of Reef #CEFF8E
Tints of Reef #CEFF8E
RGB
CMYK
RGB Variations
Color information
#CEFF8E (or 0xCEFF8E) is known color: Reef. HEX triplet: CE, FF and 8E. RGB value is (206,255,142). Sum of RGB (Red+Green+Blue) = 206+255+142=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 142 (55.86% from 255 or 23.55% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFF8E is #310071. Grayscale: #E3E3E3. Windows color (decimal): -3211378 or 9371598. OLE color: 9371598.
HSL color Cylindrical-coordinate representation of color #CEFF8E: hue angle of 86.02º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CEFF8E is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 142 | - |
| CMYK | 0.19 | 0 | 0.44 | 0 |
| HSL | 86.02º | 1% | 0.78% | - |
| HSV(B) | 86.02º | 0.44% | 1% | - |
| XYZ | 66.1 | 86.59 | 38.82 | - |
| YUV | 227.47 | 79.77 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 142 | 0.19 | 0 | 0.44 | 0 | 86.02 | 1 | 0.78 |
| Hex | CE | FF | 8E | 13 | 0 | 2C | 0 | 56 | 64 | 4E |
| Octal | 316 | 377 | 216 | 23 | 0 | 54 | 0 | 126 | 144 | 116 |
| Binary | 11001110 | 11111111 | 10001110 | 10011 | 0 | 101100 | 0 | 1010110 | 1100100 | 1001110 |
Color Harmonies of #CEFF8E
Complementary color
Monochromatic Colors of #CEFF8E
Black with #CEFF8E
Text Example
Text Example
White with #CEFF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFF8E; }
p { color: rgb(206,255,142); }
H1.HeaderClassName
{
color: #CEFF8E;
}
.AnyTagClassName
{
color: #CEFF8E;
}
</style>
background-color css
<style>
a { background-color: #CEFF8E; }
a { background-color: rgb(206,255,142); }
div.DivClassName
{
background-color: #CEFF8E;
}
.BgClassName
{
background-color: #CEFF8E;
}
</style>
border-color css
<style>
span { border-color: #CEFF8E; }
span { border-color: rgb(206,255,142); }
td.TdClassName
{
border-color: #CEFF8E;
}
.TagClassName
{
border-color: #CEFF8E;
}
</style>