Shades of Reef #CEF1A8
Tints of Reef #CEF1A8
RGB
CMYK
RGB Variations
Color information
#CEF1A8 (or 0xCEF1A8) is known color: Reef. HEX triplet: CE, F1 and A8. RGB value is (206,241,168). Sum of RGB (Red+Green+Blue) = 206+241+168=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 241 (94.53% from 255 or 39.19% from 615); Blue value is 168 (66.02% from 255 or 27.32% from 615); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF1A8 is #310E57. Grayscale: #DEDEDE. Windows color (decimal): -3214936 or 11071950. OLE color: 11071950.
HSL color Cylindrical-coordinate representation of color #CEF1A8: hue angle of 88.77º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEF1A8 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 168 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.05 |
| HSL | 88.77º | 0.72% | 0.8% | - |
| HSV(B) | 88.77º | 0.3% | 0.95% | - |
| XYZ | 63.98 | 78.86 | 48.9 | - |
| YUV | 222.21 | 97.4 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 168 | 0.15 | 0 | 0.30 | 0.05 | 88.77 | 0.72 | 0.8 |
| Hex | CE | F1 | A8 | F | 0 | 1E | 5 | 59 | 48 | 50 |
| Octal | 316 | 361 | 250 | 17 | 0 | 36 | 5 | 131 | 110 | 120 |
| Binary | 11001110 | 11110001 | 10101000 | 1111 | 0 | 11110 | 101 | 1011001 | 1001000 | 1010000 |
Color Harmonies of #CEF1A8
Complementary color
Monochromatic Colors of #CEF1A8
Black with #CEF1A8
Text Example
Text Example
White with #CEF1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF1A8; }
p { color: rgb(206,241,168); }
H1.HeaderClassName
{
color: #CEF1A8;
}
.AnyTagClassName
{
color: #CEF1A8;
}
</style>
background-color css
<style>
a { background-color: #CEF1A8; }
a { background-color: rgb(206,241,168); }
div.DivClassName
{
background-color: #CEF1A8;
}
.BgClassName
{
background-color: #CEF1A8;
}
</style>
border-color css
<style>
span { border-color: #CEF1A8; }
span { border-color: rgb(206,241,168); }
td.TdClassName
{
border-color: #CEF1A8;
}
.TagClassName
{
border-color: #CEF1A8;
}
</style>