Shades of Reef #CEEDA6
Tints of Reef #CEEDA6
RGB
CMYK
RGB Variations
Color information
#CEEDA6 (or 0xCEEDA6) is known color: Reef. HEX triplet: CE, ED and A6. RGB value is (206,237,166). Sum of RGB (Red+Green+Blue) = 206+237+166=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 166 (65.23% from 255 or 27.26% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEDA6 is #311259. Grayscale: #DBDBDB. Windows color (decimal): -3215962 or 10939854. OLE color: 10939854.
HSL color Cylindrical-coordinate representation of color #CEEDA6: hue angle of 86.2º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEEDA6 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 166 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.07 |
| HSL | 86.2º | 0.66% | 0.79% | - |
| HSV(B) | 86.2º | 0.3% | 0.93% | - |
| XYZ | 62.62 | 76.44 | 47.53 | - |
| YUV | 219.64 | 97.73 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 166 | 0.13 | 0 | 0.30 | 0.07 | 86.2 | 0.66 | 0.79 |
| Hex | CE | ED | A6 | D | 0 | 1E | 7 | 56 | 42 | 4F |
| Octal | 316 | 355 | 246 | 15 | 0 | 36 | 7 | 126 | 102 | 117 |
| Binary | 11001110 | 11101101 | 10100110 | 1101 | 0 | 11110 | 111 | 1010110 | 1000010 | 1001111 |
Color Harmonies of #CEEDA6
Complementary color
Monochromatic Colors of #CEEDA6
Black with #CEEDA6
Text Example
Text Example
White with #CEEDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDA6; }
p { color: rgb(206,237,166); }
H1.HeaderClassName
{
color: #CEEDA6;
}
.AnyTagClassName
{
color: #CEEDA6;
}
</style>
background-color css
<style>
a { background-color: #CEEDA6; }
a { background-color: rgb(206,237,166); }
div.DivClassName
{
background-color: #CEEDA6;
}
.BgClassName
{
background-color: #CEEDA6;
}
</style>
border-color css
<style>
span { border-color: #CEEDA6; }
span { border-color: rgb(206,237,166); }
td.TdClassName
{
border-color: #CEEDA6;
}
.TagClassName
{
border-color: #CEEDA6;
}
</style>