Shades of Reef #CEF0A1
Tints of Reef #CEF0A1
RGB
CMYK
RGB Variations
Color information
#CEF0A1 (or 0xCEF0A1) is known color: Reef. HEX triplet: CE, F0 and A1. RGB value is (206,240,161). Sum of RGB (Red+Green+Blue) = 206+240+161=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 161 (63.28% from 255 or 26.52% from 607); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF0A1 is #310F5E. Grayscale: #DDDDDD. Windows color (decimal): -3215199 or 10612942. OLE color: 10612942.
HSL color Cylindrical-coordinate representation of color #CEF0A1: hue angle of 85.82º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEF0A1 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 161 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.06 |
| HSL | 85.82º | 0.72% | 0.79% | - |
| HSV(B) | 85.82º | 0.33% | 0.94% | - |
| XYZ | 63.05 | 78.02 | 45.45 | - |
| YUV | 220.83 | 94.24 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 161 | 0.14 | 0 | 0.33 | 0.06 | 85.82 | 0.72 | 0.79 |
| Hex | CE | F0 | A1 | E | 0 | 21 | 6 | 56 | 48 | 4F |
| Octal | 316 | 360 | 241 | 16 | 0 | 41 | 6 | 126 | 110 | 117 |
| Binary | 11001110 | 11110000 | 10100001 | 1110 | 0 | 100001 | 110 | 1010110 | 1001000 | 1001111 |
Color Harmonies of #CEF0A1
Complementary color
Monochromatic Colors of #CEF0A1
Black with #CEF0A1
Text Example
Text Example
White with #CEF0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF0A1; }
p { color: rgb(206,240,161); }
H1.HeaderClassName
{
color: #CEF0A1;
}
.AnyTagClassName
{
color: #CEF0A1;
}
</style>
background-color css
<style>
a { background-color: #CEF0A1; }
a { background-color: rgb(206,240,161); }
div.DivClassName
{
background-color: #CEF0A1;
}
.BgClassName
{
background-color: #CEF0A1;
}
</style>
border-color css
<style>
span { border-color: #CEF0A1; }
span { border-color: rgb(206,240,161); }
td.TdClassName
{
border-color: #CEF0A1;
}
.TagClassName
{
border-color: #CEF0A1;
}
</style>