Shades of Reef #CCEBA0
Tints of Reef #CCEBA0
RGB
CMYK
RGB Variations
Color information
#CCEBA0 (or 0xCCEBA0) is known color: Reef. HEX triplet: CC, EB and A0. RGB value is (204,235,160). Sum of RGB (Red+Green+Blue) = 204+235+160=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 235 (92.19% from 255 or 39.23% from 599); Blue value is 160 (62.89% from 255 or 26.71% from 599); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEBA0 is #33145F. Grayscale: #D9D9D9. Windows color (decimal): -3347552 or 10546124. OLE color: 10546124.
HSL color Cylindrical-coordinate representation of color #CCEBA0: hue angle of 84.8º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCEBA0 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 235 | 160 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.08 |
| HSL | 84.8º | 0.65% | 0.77% | - |
| HSV(B) | 84.8º | 0.32% | 0.92% | - |
| XYZ | 60.96 | 74.79 | 44.48 | - |
| YUV | 217.18 | 95.73 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 235 | 160 | 0.13 | 0 | 0.32 | 0.08 | 84.8 | 0.65 | 0.77 |
| Hex | CC | EB | A0 | D | 0 | 20 | 8 | 55 | 41 | 4D |
| Octal | 314 | 353 | 240 | 15 | 0 | 40 | 10 | 125 | 101 | 115 |
| Binary | 11001100 | 11101011 | 10100000 | 1101 | 0 | 100000 | 1000 | 1010101 | 1000001 | 1001101 |
Color Harmonies of #CCEBA0
Complementary color
Monochromatic Colors of #CCEBA0
Black with #CCEBA0
Text Example
Text Example
White with #CCEBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEBA0; }
p { color: rgb(204,235,160); }
H1.HeaderClassName
{
color: #CCEBA0;
}
.AnyTagClassName
{
color: #CCEBA0;
}
</style>
background-color css
<style>
a { background-color: #CCEBA0; }
a { background-color: rgb(204,235,160); }
div.DivClassName
{
background-color: #CCEBA0;
}
.BgClassName
{
background-color: #CCEBA0;
}
</style>
border-color css
<style>
span { border-color: #CCEBA0; }
span { border-color: rgb(204,235,160); }
td.TdClassName
{
border-color: #CCEBA0;
}
.TagClassName
{
border-color: #CCEBA0;
}
</style>