Shades of Reef #CEEEA1
Tints of Reef #CEEEA1
RGB
CMYK
RGB Variations
Color information
#CEEEA1 (or 0xCEEEA1) is known color: Reef. HEX triplet: CE, EE and A1. RGB value is (206,238,161). Sum of RGB (Red+Green+Blue) = 206+238+161=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 238 (93.36% from 255 or 39.34% from 605); Blue value is 161 (63.28% from 255 or 26.61% from 605); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEEA1 is #31115E. Grayscale: #DBDBDB. Windows color (decimal): -3215711 or 10612430. OLE color: 10612430.
HSL color Cylindrical-coordinate representation of color #CEEEA1: hue angle of 84.94º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEEEA1 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 161 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.07 |
| HSL | 84.94º | 0.69% | 0.78% | - |
| HSV(B) | 84.94º | 0.32% | 0.93% | - |
| XYZ | 62.46 | 76.84 | 45.26 | - |
| YUV | 219.65 | 94.9 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 161 | 0.13 | 0 | 0.32 | 0.07 | 84.94 | 0.69 | 0.78 |
| Hex | CE | EE | A1 | D | 0 | 20 | 7 | 55 | 45 | 4E |
| Octal | 316 | 356 | 241 | 15 | 0 | 40 | 7 | 125 | 105 | 116 |
| Binary | 11001110 | 11101110 | 10100001 | 1101 | 0 | 100000 | 111 | 1010101 | 1000101 | 1001110 |
Color Harmonies of #CEEEA1
Complementary color
Monochromatic Colors of #CEEEA1
Black with #CEEEA1
Text Example
Text Example
White with #CEEEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEEA1; }
p { color: rgb(206,238,161); }
H1.HeaderClassName
{
color: #CEEEA1;
}
.AnyTagClassName
{
color: #CEEEA1;
}
</style>
background-color css
<style>
a { background-color: #CEEEA1; }
a { background-color: rgb(206,238,161); }
div.DivClassName
{
background-color: #CEEEA1;
}
.BgClassName
{
background-color: #CEEEA1;
}
</style>
border-color css
<style>
span { border-color: #CEEEA1; }
span { border-color: rgb(206,238,161); }
td.TdClassName
{
border-color: #CEEEA1;
}
.TagClassName
{
border-color: #CEEEA1;
}
</style>