Shades of Reef #CCEC9D
Tints of Reef #CCEC9D
RGB
CMYK
RGB Variations
Color information
#CCEC9D (or 0xCCEC9D) is known color: Reef. HEX triplet: CC, EC and 9D. RGB value is (204,236,157). Sum of RGB (Red+Green+Blue) = 204+236+157=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 157 (61.72% from 255 or 26.30% from 597); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEC9D is #331362. Grayscale: #D9D9D9. Windows color (decimal): -3347299 or 10349772. OLE color: 10349772.
HSL color Cylindrical-coordinate representation of color #CCEC9D: hue angle of 84.3º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCEC9D is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 157 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.07 |
| HSL | 84.3º | 0.68% | 0.77% | - |
| HSV(B) | 84.3º | 0.33% | 0.93% | - |
| XYZ | 60.98 | 75.26 | 43.21 | - |
| YUV | 217.43 | 93.9 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 157 | 0.14 | 0 | 0.33 | 0.07 | 84.3 | 0.68 | 0.77 |
| Hex | CC | EC | 9D | E | 0 | 21 | 7 | 54 | 44 | 4D |
| Octal | 314 | 354 | 235 | 16 | 0 | 41 | 7 | 124 | 104 | 115 |
| Binary | 11001100 | 11101100 | 10011101 | 1110 | 0 | 100001 | 111 | 1010100 | 1000100 | 1001101 |
Color Harmonies of #CCEC9D
Complementary color
Monochromatic Colors of #CCEC9D
Black with #CCEC9D
Text Example
Text Example
White with #CCEC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC9D; }
p { color: rgb(204,236,157); }
H1.HeaderClassName
{
color: #CCEC9D;
}
.AnyTagClassName
{
color: #CCEC9D;
}
</style>
background-color css
<style>
a { background-color: #CCEC9D; }
a { background-color: rgb(204,236,157); }
div.DivClassName
{
background-color: #CCEC9D;
}
.BgClassName
{
background-color: #CCEC9D;
}
</style>
border-color css
<style>
span { border-color: #CCEC9D; }
span { border-color: rgb(204,236,157); }
td.TdClassName
{
border-color: #CCEC9D;
}
.TagClassName
{
border-color: #CCEC9D;
}
</style>