Shades of Reef #CEF2A1
Tints of Reef #CEF2A1
RGB
CMYK
RGB Variations
Color information
#CEF2A1 (or 0xCEF2A1) is known color: Reef. HEX triplet: CE, F2 and A1. RGB value is (206,242,161). Sum of RGB (Red+Green+Blue) = 206+242+161=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 242 (94.92% from 255 or 39.74% from 609); Blue value is 161 (63.28% from 255 or 26.44% from 609); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF2A1 is #310D5E. Grayscale: #DEDEDE. Windows color (decimal): -3214687 or 10613454. OLE color: 10613454.
HSL color Cylindrical-coordinate representation of color #CEF2A1: hue angle of 86.67º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEF2A1 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 161 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.05 |
| HSL | 86.67º | 0.76% | 0.79% | - |
| HSV(B) | 86.67º | 0.33% | 0.95% | - |
| XYZ | 63.64 | 79.2 | 45.65 | - |
| YUV | 222 | 93.57 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 161 | 0.15 | 0 | 0.33 | 0.05 | 86.67 | 0.76 | 0.79 |
| Hex | CE | F2 | A1 | F | 0 | 21 | 5 | 57 | 4C | 4F |
| Octal | 316 | 362 | 241 | 17 | 0 | 41 | 5 | 127 | 114 | 117 |
| Binary | 11001110 | 11110010 | 10100001 | 1111 | 0 | 100001 | 101 | 1010111 | 1001100 | 1001111 |
Color Harmonies of #CEF2A1
Complementary color
Monochromatic Colors of #CEF2A1
Black with #CEF2A1
Text Example
Text Example
White with #CEF2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF2A1; }
p { color: rgb(206,242,161); }
H1.HeaderClassName
{
color: #CEF2A1;
}
.AnyTagClassName
{
color: #CEF2A1;
}
</style>
background-color css
<style>
a { background-color: #CEF2A1; }
a { background-color: rgb(206,242,161); }
div.DivClassName
{
background-color: #CEF2A1;
}
.BgClassName
{
background-color: #CEF2A1;
}
</style>
border-color css
<style>
span { border-color: #CEF2A1; }
span { border-color: rgb(206,242,161); }
td.TdClassName
{
border-color: #CEF2A1;
}
.TagClassName
{
border-color: #CEF2A1;
}
</style>