Shades of Reef #CEEDA1
Tints of Reef #CEEDA1
RGB
CMYK
RGB Variations
Color information
#CEEDA1 (or 0xCEEDA1) is known color: Reef. HEX triplet: CE, ED and A1. RGB value is (206,237,161). Sum of RGB (Red+Green+Blue) = 206+237+161=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 161 (63.28% from 255 or 26.66% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEDA1 is #31125E. Grayscale: #DBDBDB. Windows color (decimal): -3215967 or 10612174. OLE color: 10612174.
HSL color Cylindrical-coordinate representation of color #CEEDA1: hue angle of 84.47º degrees, saturation: 0.68, 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 #CEEDA1 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 161 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.07 |
| HSL | 84.47º | 0.68% | 0.78% | - |
| HSV(B) | 84.47º | 0.32% | 0.93% | - |
| XYZ | 62.17 | 76.26 | 45.16 | - |
| YUV | 219.07 | 95.23 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 161 | 0.13 | 0 | 0.32 | 0.07 | 84.47 | 0.68 | 0.78 |
| Hex | CE | ED | A1 | D | 0 | 20 | 7 | 54 | 44 | 4E |
| Octal | 316 | 355 | 241 | 15 | 0 | 40 | 7 | 124 | 104 | 116 |
| Binary | 11001110 | 11101101 | 10100001 | 1101 | 0 | 100000 | 111 | 1010100 | 1000100 | 1001110 |
Color Harmonies of #CEEDA1
Complementary color
Monochromatic Colors of #CEEDA1
Black with #CEEDA1
Text Example
Text Example
White with #CEEDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDA1; }
p { color: rgb(206,237,161); }
H1.HeaderClassName
{
color: #CEEDA1;
}
.AnyTagClassName
{
color: #CEEDA1;
}
</style>
background-color css
<style>
a { background-color: #CEEDA1; }
a { background-color: rgb(206,237,161); }
div.DivClassName
{
background-color: #CEEDA1;
}
.BgClassName
{
background-color: #CEEDA1;
}
</style>
border-color css
<style>
span { border-color: #CEEDA1; }
span { border-color: rgb(206,237,161); }
td.TdClassName
{
border-color: #CEEDA1;
}
.TagClassName
{
border-color: #CEEDA1;
}
</style>