Shades of Reef #CEE5A1
Tints of Reef #CEE5A1
RGB
CMYK
RGB Variations
Color information
#CEE5A1 (or 0xCEE5A1) is known color: Reef. HEX triplet: CE, E5 and A1. RGB value is (206,229,161). Sum of RGB (Red+Green+Blue) = 206+229+161=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 161 (63.28% from 255 or 27.01% from 596); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE5A1 is #311A5E. Grayscale: #D6D6D6. Windows color (decimal): -3218015 or 10610126. OLE color: 10610126.
HSL color Cylindrical-coordinate representation of color #CEE5A1: hue angle of 80.29º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEE5A1 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 161 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.10 |
| HSL | 80.29º | 0.57% | 0.76% | - |
| HSV(B) | 80.29º | 0.3% | 0.9% | - |
| XYZ | 59.91 | 71.73 | 44.41 | - |
| YUV | 214.37 | 97.88 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 161 | 0.10 | 0 | 0.30 | 0.10 | 80.29 | 0.57 | 0.76 |
| Hex | CE | E5 | A1 | A | 0 | 1E | A | 50 | 39 | 4C |
| Octal | 316 | 345 | 241 | 12 | 0 | 36 | 12 | 120 | 71 | 114 |
| Binary | 11001110 | 11100101 | 10100001 | 1010 | 0 | 11110 | 1010 | 1010000 | 111001 | 1001100 |
Color Harmonies of #CEE5A1
Complementary color
Monochromatic Colors of #CEE5A1
Black with #CEE5A1
Text Example
Text Example
White with #CEE5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE5A1; }
p { color: rgb(206,229,161); }
H1.HeaderClassName
{
color: #CEE5A1;
}
.AnyTagClassName
{
color: #CEE5A1;
}
</style>
background-color css
<style>
a { background-color: #CEE5A1; }
a { background-color: rgb(206,229,161); }
div.DivClassName
{
background-color: #CEE5A1;
}
.BgClassName
{
background-color: #CEE5A1;
}
</style>
border-color css
<style>
span { border-color: #CEE5A1; }
span { border-color: rgb(206,229,161); }
td.TdClassName
{
border-color: #CEE5A1;
}
.TagClassName
{
border-color: #CEE5A1;
}
</style>