Shades of Reef #CEFF8D
Tints of Reef #CEFF8D
RGB
CMYK
RGB Variations
Color information
#CEFF8D (or 0xCEFF8D) is known color: Reef. HEX triplet: CE, FF and 8D. RGB value is (206,255,141). Sum of RGB (Red+Green+Blue) = 206+255+141=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 141 (55.47% from 255 or 23.42% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFF8D is #310072. Grayscale: #E3E3E3. Windows color (decimal): -3211379 or 9306062. OLE color: 9306062.
HSL color Cylindrical-coordinate representation of color #CEFF8D: hue angle of 85.79º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CEFF8D is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 141 | - |
| CMYK | 0.19 | 0 | 0.45 | 0 |
| HSL | 85.79º | 1% | 0.78% | - |
| HSV(B) | 85.79º | 0.45% | 1% | - |
| XYZ | 66.02 | 86.56 | 38.43 | - |
| YUV | 227.35 | 79.27 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 141 | 0.19 | 0 | 0.45 | 0 | 85.79 | 1 | 0.78 |
| Hex | CE | FF | 8D | 13 | 0 | 2D | 0 | 56 | 64 | 4E |
| Octal | 316 | 377 | 215 | 23 | 0 | 55 | 0 | 126 | 144 | 116 |
| Binary | 11001110 | 11111111 | 10001101 | 10011 | 0 | 101101 | 0 | 1010110 | 1100100 | 1001110 |
Color Harmonies of #CEFF8D
Complementary color
Monochromatic Colors of #CEFF8D
Black with #CEFF8D
Text Example
Text Example
White with #CEFF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFF8D; }
p { color: rgb(206,255,141); }
H1.HeaderClassName
{
color: #CEFF8D;
}
.AnyTagClassName
{
color: #CEFF8D;
}
</style>
background-color css
<style>
a { background-color: #CEFF8D; }
a { background-color: rgb(206,255,141); }
div.DivClassName
{
background-color: #CEFF8D;
}
.BgClassName
{
background-color: #CEFF8D;
}
</style>
border-color css
<style>
span { border-color: #CEFF8D; }
span { border-color: rgb(206,255,141); }
td.TdClassName
{
border-color: #CEFF8D;
}
.TagClassName
{
border-color: #CEFF8D;
}
</style>