Shades of Reef #CCE09C
Tints of Reef #CCE09C
RGB
CMYK
RGB Variations
Color information
#CCE09C (or 0xCCE09C) is known color: Reef. HEX triplet: CC, E0 and 9C. RGB value is (204,224,156). Sum of RGB (Red+Green+Blue) = 204+224+156=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 156 (61.33% from 255 or 26.71% from 584); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE09C is #331F63. Grayscale: #D2D2D2. Windows color (decimal): -3350372 or 10281164. OLE color: 10281164.
HSL color Cylindrical-coordinate representation of color #CCE09C: hue angle of 77.65º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCE09C is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 156 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.12 |
| HSL | 77.65º | 0.52% | 0.75% | - |
| HSV(B) | 77.65º | 0.3% | 0.88% | - |
| XYZ | 57.56 | 68.55 | 41.65 | - |
| YUV | 210.27 | 97.37 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 156 | 0.09 | 0 | 0.30 | 0.12 | 77.65 | 0.52 | 0.75 |
| Hex | CC | E0 | 9C | 9 | 0 | 1E | C | 4E | 34 | 4B |
| Octal | 314 | 340 | 234 | 11 | 0 | 36 | 14 | 116 | 64 | 113 |
| Binary | 11001100 | 11100000 | 10011100 | 1001 | 0 | 11110 | 1100 | 1001110 | 110100 | 1001011 |
Color Harmonies of #CCE09C
Complementary color
Monochromatic Colors of #CCE09C
Black with #CCE09C
Text Example
Text Example
White with #CCE09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE09C; }
p { color: rgb(204,224,156); }
H1.HeaderClassName
{
color: #CCE09C;
}
.AnyTagClassName
{
color: #CCE09C;
}
</style>
background-color css
<style>
a { background-color: #CCE09C; }
a { background-color: rgb(204,224,156); }
div.DivClassName
{
background-color: #CCE09C;
}
.BgClassName
{
background-color: #CCE09C;
}
</style>
border-color css
<style>
span { border-color: #CCE09C; }
span { border-color: rgb(204,224,156); }
td.TdClassName
{
border-color: #CCE09C;
}
.TagClassName
{
border-color: #CCE09C;
}
</style>