Shades of Reef #CCE09E
Tints of Reef #CCE09E
RGB
CMYK
RGB Variations
Color information
#CCE09E (or 0xCCE09E) is known color: Reef. HEX triplet: CC, E0 and 9E. RGB value is (204,224,158). Sum of RGB (Red+Green+Blue) = 204+224+158=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 158 (62.11% from 255 or 26.96% from 586); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE09E is #331F61. Grayscale: #D2D2D2. Windows color (decimal): -3350370 or 10412236. OLE color: 10412236.
HSL color Cylindrical-coordinate representation of color #CCE09E: hue angle of 78.18º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCE09E is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 158 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.12 |
| HSL | 78.18º | 0.52% | 0.75% | - |
| HSV(B) | 78.18º | 0.29% | 0.88% | - |
| XYZ | 57.73 | 68.62 | 42.55 | - |
| YUV | 210.5 | 98.37 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 158 | 0.09 | 0 | 0.29 | 0.12 | 78.18 | 0.52 | 0.75 |
| Hex | CC | E0 | 9E | 9 | 0 | 1D | C | 4E | 34 | 4B |
| Octal | 314 | 340 | 236 | 11 | 0 | 35 | 14 | 116 | 64 | 113 |
| Binary | 11001100 | 11100000 | 10011110 | 1001 | 0 | 11101 | 1100 | 1001110 | 110100 | 1001011 |
Color Harmonies of #CCE09E
Complementary color
Monochromatic Colors of #CCE09E
Black with #CCE09E
Text Example
Text Example
White with #CCE09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE09E; }
p { color: rgb(204,224,158); }
H1.HeaderClassName
{
color: #CCE09E;
}
.AnyTagClassName
{
color: #CCE09E;
}
</style>
background-color css
<style>
a { background-color: #CCE09E; }
a { background-color: rgb(204,224,158); }
div.DivClassName
{
background-color: #CCE09E;
}
.BgClassName
{
background-color: #CCE09E;
}
</style>
border-color css
<style>
span { border-color: #CCE09E; }
span { border-color: rgb(204,224,158); }
td.TdClassName
{
border-color: #CCE09E;
}
.TagClassName
{
border-color: #CCE09E;
}
</style>