Shades of Reef #CCE295
Tints of Reef #CCE295
RGB
CMYK
RGB Variations
Color information
#CCE295 (or 0xCCE295) is known color: Reef. HEX triplet: CC, E2 and 95. RGB value is (204,226,149). Sum of RGB (Red+Green+Blue) = 204+226+149=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 226 (88.67% from 255 or 39.03% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE295 is #331D6A. Grayscale: #D2D2D2. Windows color (decimal): -3349867 or 9822924. OLE color: 9822924.
HSL color Cylindrical-coordinate representation of color #CCE295: hue angle of 77.14º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCE295 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 149 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.11 |
| HSL | 77.14º | 0.57% | 0.74% | - |
| HSV(B) | 77.14º | 0.34% | 0.89% | - |
| XYZ | 57.52 | 69.4 | 38.8 | - |
| YUV | 210.64 | 93.21 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 149 | 0.10 | 0 | 0.34 | 0.11 | 77.14 | 0.57 | 0.74 |
| Hex | CC | E2 | 95 | A | 0 | 22 | B | 4D | 39 | 4A |
| Octal | 314 | 342 | 225 | 12 | 0 | 42 | 13 | 115 | 71 | 112 |
| Binary | 11001100 | 11100010 | 10010101 | 1010 | 0 | 100010 | 1011 | 1001101 | 111001 | 1001010 |
Color Harmonies of #CCE295
Complementary color
Monochromatic Colors of #CCE295
Black with #CCE295
Text Example
Text Example
White with #CCE295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE295; }
p { color: rgb(204,226,149); }
H1.HeaderClassName
{
color: #CCE295;
}
.AnyTagClassName
{
color: #CCE295;
}
</style>
background-color css
<style>
a { background-color: #CCE295; }
a { background-color: rgb(204,226,149); }
div.DivClassName
{
background-color: #CCE295;
}
.BgClassName
{
background-color: #CCE295;
}
</style>
border-color css
<style>
span { border-color: #CCE295; }
span { border-color: rgb(204,226,149); }
td.TdClassName
{
border-color: #CCE295;
}
.TagClassName
{
border-color: #CCE295;
}
</style>