Shades of Reef #CEECAC
Tints of Reef #CEECAC
RGB
CMYK
RGB Variations
Color information
#CEECAC (or 0xCEECAC) is known color: Reef. HEX triplet: CE, EC and AC. RGB value is (206,236,172). Sum of RGB (Red+Green+Blue) = 206+236+172=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 172 (67.58% from 255 or 28.01% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEECAC is #311353. Grayscale: #DBDBDB. Windows color (decimal): -3216212 or 11332814. OLE color: 11332814.
HSL color Cylindrical-coordinate representation of color #CEECAC: hue angle of 88.12º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEECAC is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 172 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.07 |
| HSL | 88.13º | 0.63% | 0.8% | - |
| HSV(B) | 88.13º | 0.27% | 0.93% | - |
| XYZ | 62.9 | 76.09 | 50.4 | - |
| YUV | 219.73 | 101.06 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 172 | 0.13 | 0 | 0.27 | 0.07 | 88.13 | 0.63 | 0.8 |
| Hex | CE | EC | AC | D | 0 | 1B | 7 | 58 | 3F | 50 |
| Octal | 316 | 354 | 254 | 15 | 0 | 33 | 7 | 130 | 77 | 120 |
| Binary | 11001110 | 11101100 | 10101100 | 1101 | 0 | 11011 | 111 | 1011000 | 111111 | 1010000 |
Color Harmonies of #CEECAC
Complementary color
Monochromatic Colors of #CEECAC
Black with #CEECAC
Text Example
Text Example
White with #CEECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEECAC; }
p { color: rgb(206,236,172); }
H1.HeaderClassName
{
color: #CEECAC;
}
.AnyTagClassName
{
color: #CEECAC;
}
</style>
background-color css
<style>
a { background-color: #CEECAC; }
a { background-color: rgb(206,236,172); }
div.DivClassName
{
background-color: #CEECAC;
}
.BgClassName
{
background-color: #CEECAC;
}
</style>
border-color css
<style>
span { border-color: #CEECAC; }
span { border-color: rgb(206,236,172); }
td.TdClassName
{
border-color: #CEECAC;
}
.TagClassName
{
border-color: #CEECAC;
}
</style>