Shades of Reef #CEEDA8
Tints of Reef #CEEDA8
RGB
CMYK
RGB Variations
Color information
#CEEDA8 (or 0xCEEDA8) is known color: Reef. HEX triplet: CE, ED and A8. RGB value is (206,237,168). Sum of RGB (Red+Green+Blue) = 206+237+168=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 168 (66.02% from 255 or 27.50% from 611); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEDA8 is #311257. Grayscale: #DCDCDC. Windows color (decimal): -3215960 or 11070926. OLE color: 11070926.
HSL color Cylindrical-coordinate representation of color #CEEDA8: hue angle of 86.96º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEEDA8 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 168 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.07 |
| HSL | 86.96º | 0.66% | 0.79% | - |
| HSV(B) | 86.96º | 0.29% | 0.93% | - |
| XYZ | 62.81 | 76.52 | 48.5 | - |
| YUV | 219.87 | 98.73 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 168 | 0.13 | 0 | 0.29 | 0.07 | 86.96 | 0.66 | 0.79 |
| Hex | CE | ED | A8 | D | 0 | 1D | 7 | 57 | 42 | 4F |
| Octal | 316 | 355 | 250 | 15 | 0 | 35 | 7 | 127 | 102 | 117 |
| Binary | 11001110 | 11101101 | 10101000 | 1101 | 0 | 11101 | 111 | 1010111 | 1000010 | 1001111 |
Color Harmonies of #CEEDA8
Complementary color
Monochromatic Colors of #CEEDA8
Black with #CEEDA8
Text Example
Text Example
White with #CEEDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDA8; }
p { color: rgb(206,237,168); }
H1.HeaderClassName
{
color: #CEEDA8;
}
.AnyTagClassName
{
color: #CEEDA8;
}
</style>
background-color css
<style>
a { background-color: #CEEDA8; }
a { background-color: rgb(206,237,168); }
div.DivClassName
{
background-color: #CEEDA8;
}
.BgClassName
{
background-color: #CEEDA8;
}
</style>
border-color css
<style>
span { border-color: #CEEDA8; }
span { border-color: rgb(206,237,168); }
td.TdClassName
{
border-color: #CEEDA8;
}
.TagClassName
{
border-color: #CEEDA8;
}
</style>