Shades of Reef #CEECAE
Tints of Reef #CEECAE
RGB
CMYK
RGB Variations
Color information
#CEECAE (or 0xCEECAE) is known color: Reef. HEX triplet: CE, EC and AE. RGB value is (206,236,174). Sum of RGB (Red+Green+Blue) = 206+236+174=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 174 (68.36% from 255 or 28.25% from 616); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEECAE is #311351. Grayscale: #DCDCDC. Windows color (decimal): -3216210 or 11463886. OLE color: 11463886.
HSL color Cylindrical-coordinate representation of color #CEECAE: hue angle of 89.03º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEECAE is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 174 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.07 |
| HSL | 89.03º | 0.62% | 0.8% | - |
| HSV(B) | 89.03º | 0.26% | 0.93% | - |
| XYZ | 63.09 | 76.17 | 51.42 | - |
| YUV | 219.96 | 102.06 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 174 | 0.13 | 0 | 0.26 | 0.07 | 89.03 | 0.62 | 0.8 |
| Hex | CE | EC | AE | D | 0 | 1A | 7 | 59 | 3E | 50 |
| Octal | 316 | 354 | 256 | 15 | 0 | 32 | 7 | 131 | 76 | 120 |
| Binary | 11001110 | 11101100 | 10101110 | 1101 | 0 | 11010 | 111 | 1011001 | 111110 | 1010000 |
Color Harmonies of #CEECAE
Complementary color
Monochromatic Colors of #CEECAE
Black with #CEECAE
Text Example
Text Example
White with #CEECAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEECAE; }
p { color: rgb(206,236,174); }
H1.HeaderClassName
{
color: #CEECAE;
}
.AnyTagClassName
{
color: #CEECAE;
}
</style>
background-color css
<style>
a { background-color: #CEECAE; }
a { background-color: rgb(206,236,174); }
div.DivClassName
{
background-color: #CEECAE;
}
.BgClassName
{
background-color: #CEECAE;
}
</style>
border-color css
<style>
span { border-color: #CEECAE; }
span { border-color: rgb(206,236,174); }
td.TdClassName
{
border-color: #CEECAE;
}
.TagClassName
{
border-color: #CEECAE;
}
</style>