Shades of Reef #CCEB9A
Tints of Reef #CCEB9A
RGB
CMYK
RGB Variations
Color information
#CCEB9A (or 0xCCEB9A) is known color: Reef. HEX triplet: CC, EB and 9A. RGB value is (204,235,154). Sum of RGB (Red+Green+Blue) = 204+235+154=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 154 (60.55% from 255 or 25.97% from 593); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEB9A is #331465. Grayscale: #D8D8D8. Windows color (decimal): -3347558 or 10152908. OLE color: 10152908.
HSL color Cylindrical-coordinate representation of color #CCEB9A: hue angle of 82.96º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCEB9A is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 235 | 154 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.08 |
| HSL | 82.96º | 0.67% | 0.76% | - |
| HSV(B) | 82.96º | 0.34% | 0.92% | - |
| XYZ | 60.44 | 74.59 | 41.78 | - |
| YUV | 216.5 | 92.73 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 235 | 154 | 0.13 | 0 | 0.34 | 0.08 | 82.96 | 0.67 | 0.76 |
| Hex | CC | EB | 9A | D | 0 | 22 | 8 | 53 | 43 | 4C |
| Octal | 314 | 353 | 232 | 15 | 0 | 42 | 10 | 123 | 103 | 114 |
| Binary | 11001100 | 11101011 | 10011010 | 1101 | 0 | 100010 | 1000 | 1010011 | 1000011 | 1001100 |
Color Harmonies of #CCEB9A
Complementary color
Monochromatic Colors of #CCEB9A
Black with #CCEB9A
Text Example
Text Example
White with #CCEB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEB9A; }
p { color: rgb(204,235,154); }
H1.HeaderClassName
{
color: #CCEB9A;
}
.AnyTagClassName
{
color: #CCEB9A;
}
</style>
background-color css
<style>
a { background-color: #CCEB9A; }
a { background-color: rgb(204,235,154); }
div.DivClassName
{
background-color: #CCEB9A;
}
.BgClassName
{
background-color: #CCEB9A;
}
</style>
border-color css
<style>
span { border-color: #CCEB9A; }
span { border-color: rgb(204,235,154); }
td.TdClassName
{
border-color: #CCEB9A;
}
.TagClassName
{
border-color: #CCEB9A;
}
</style>