Shades of Reef #CEECAB
Tints of Reef #CEECAB
RGB
CMYK
RGB Variations
Color information
#CEECAB (or 0xCEECAB) is known color: Reef. HEX triplet: CE, EC and AB. RGB value is (206,236,171). Sum of RGB (Red+Green+Blue) = 206+236+171=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 171 (67.19% from 255 or 27.90% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEECAB is #311354. Grayscale: #DBDBDB. Windows color (decimal): -3216213 or 11267278. OLE color: 11267278.
HSL color Cylindrical-coordinate representation of color #CEECAB: hue angle of 87.69º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEECAB is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 171 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.07 |
| HSL | 87.69º | 0.63% | 0.8% | - |
| HSV(B) | 87.69º | 0.28% | 0.93% | - |
| XYZ | 62.8 | 76.05 | 49.9 | - |
| YUV | 219.62 | 100.56 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 171 | 0.13 | 0 | 0.28 | 0.07 | 87.69 | 0.63 | 0.8 |
| Hex | CE | EC | AB | D | 0 | 1C | 7 | 58 | 3F | 50 |
| Octal | 316 | 354 | 253 | 15 | 0 | 34 | 7 | 130 | 77 | 120 |
| Binary | 11001110 | 11101100 | 10101011 | 1101 | 0 | 11100 | 111 | 1011000 | 111111 | 1010000 |
Color Harmonies of #CEECAB
Complementary color
Monochromatic Colors of #CEECAB
Black with #CEECAB
Text Example
Text Example
White with #CEECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEECAB; }
p { color: rgb(206,236,171); }
H1.HeaderClassName
{
color: #CEECAB;
}
.AnyTagClassName
{
color: #CEECAB;
}
</style>
background-color css
<style>
a { background-color: #CEECAB; }
a { background-color: rgb(206,236,171); }
div.DivClassName
{
background-color: #CEECAB;
}
.BgClassName
{
background-color: #CEECAB;
}
</style>
border-color css
<style>
span { border-color: #CEECAB; }
span { border-color: rgb(206,236,171); }
td.TdClassName
{
border-color: #CEECAB;
}
.TagClassName
{
border-color: #CEECAB;
}
</style>