Shades of Reef #CCEB9C
Tints of Reef #CCEB9C
RGB
CMYK
RGB Variations
Color information
#CCEB9C (or 0xCCEB9C) is known color: Reef. HEX triplet: CC, EB and 9C. RGB value is (204,235,156). Sum of RGB (Red+Green+Blue) = 204+235+156=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 156 (61.33% from 255 or 26.22% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEB9C is #331463. Grayscale: #D9D9D9. Windows color (decimal): -3347556 or 10283980. OLE color: 10283980.
HSL color Cylindrical-coordinate representation of color #CCEB9C: hue angle of 83.54º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCEB9C is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 235 | 156 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.08 |
| HSL | 83.54º | 0.66% | 0.77% | - |
| HSV(B) | 83.54º | 0.34% | 0.92% | - |
| XYZ | 60.61 | 74.65 | 42.67 | - |
| YUV | 216.73 | 93.73 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 235 | 156 | 0.13 | 0 | 0.34 | 0.08 | 83.54 | 0.66 | 0.77 |
| Hex | CC | EB | 9C | D | 0 | 22 | 8 | 54 | 42 | 4D |
| Octal | 314 | 353 | 234 | 15 | 0 | 42 | 10 | 124 | 102 | 115 |
| Binary | 11001100 | 11101011 | 10011100 | 1101 | 0 | 100010 | 1000 | 1010100 | 1000010 | 1001101 |
Color Harmonies of #CCEB9C
Complementary color
Monochromatic Colors of #CCEB9C
Black with #CCEB9C
Text Example
Text Example
White with #CCEB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEB9C; }
p { color: rgb(204,235,156); }
H1.HeaderClassName
{
color: #CCEB9C;
}
.AnyTagClassName
{
color: #CCEB9C;
}
</style>
background-color css
<style>
a { background-color: #CCEB9C; }
a { background-color: rgb(204,235,156); }
div.DivClassName
{
background-color: #CCEB9C;
}
.BgClassName
{
background-color: #CCEB9C;
}
</style>
border-color css
<style>
span { border-color: #CCEB9C; }
span { border-color: rgb(204,235,156); }
td.TdClassName
{
border-color: #CCEB9C;
}
.TagClassName
{
border-color: #CCEB9C;
}
</style>