Shades of Reef #CEEEA9
Tints of Reef #CEEEA9
RGB
CMYK
RGB Variations
Color information
#CEEEA9 (or 0xCEEEA9) is known color: Reef. HEX triplet: CE, EE and A9. RGB value is (206,238,169). Sum of RGB (Red+Green+Blue) = 206+238+169=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 169 (66.41% from 255 or 27.57% from 613); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEEA9 is #311156. Grayscale: #DCDCDC. Windows color (decimal): -3215703 or 11136718. OLE color: 11136718.
HSL color Cylindrical-coordinate representation of color #CEEEA9: hue angle of 87.83º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEEEA9 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 169 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.07 |
| HSL | 87.83º | 0.67% | 0.8% | - |
| HSV(B) | 87.83º | 0.29% | 0.93% | - |
| XYZ | 63.19 | 77.14 | 49.09 | - |
| YUV | 220.57 | 98.9 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 169 | 0.13 | 0 | 0.29 | 0.07 | 87.83 | 0.67 | 0.8 |
| Hex | CE | EE | A9 | D | 0 | 1D | 7 | 58 | 43 | 50 |
| Octal | 316 | 356 | 251 | 15 | 0 | 35 | 7 | 130 | 103 | 120 |
| Binary | 11001110 | 11101110 | 10101001 | 1101 | 0 | 11101 | 111 | 1011000 | 1000011 | 1010000 |
Color Harmonies of #CEEEA9
Complementary color
Monochromatic Colors of #CEEEA9
Black with #CEEEA9
Text Example
Text Example
White with #CEEEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEEA9; }
p { color: rgb(206,238,169); }
H1.HeaderClassName
{
color: #CEEEA9;
}
.AnyTagClassName
{
color: #CEEEA9;
}
</style>
background-color css
<style>
a { background-color: #CEEEA9; }
a { background-color: rgb(206,238,169); }
div.DivClassName
{
background-color: #CEEEA9;
}
.BgClassName
{
background-color: #CEEEA9;
}
</style>
border-color css
<style>
span { border-color: #CEEEA9; }
span { border-color: rgb(206,238,169); }
td.TdClassName
{
border-color: #CEEEA9;
}
.TagClassName
{
border-color: #CEEEA9;
}
</style>