Shades of Reef #CCE495
Tints of Reef #CCE495
RGB
CMYK
RGB Variations
Color information
#CCE495 (or 0xCCE495) is known color: Reef. HEX triplet: CC, E4 and 95. RGB value is (204,228,149). Sum of RGB (Red+Green+Blue) = 204+228+149=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 228 (89.45% from 255 or 39.24% from 581); Blue value is 149 (58.59% from 255 or 25.65% from 581); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE495 is #331B6A. Grayscale: #D4D4D4. Windows color (decimal): -3349355 or 9823436. OLE color: 9823436.
HSL color Cylindrical-coordinate representation of color #CCE495: hue angle of 78.23º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCE495 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 149 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.11 |
| HSL | 78.23º | 0.59% | 0.74% | - |
| HSV(B) | 78.23º | 0.35% | 0.89% | - |
| XYZ | 58.07 | 70.49 | 38.98 | - |
| YUV | 211.82 | 92.55 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 149 | 0.11 | 0 | 0.35 | 0.11 | 78.23 | 0.59 | 0.74 |
| Hex | CC | E4 | 95 | B | 0 | 23 | B | 4E | 3B | 4A |
| Octal | 314 | 344 | 225 | 13 | 0 | 43 | 13 | 116 | 73 | 112 |
| Binary | 11001100 | 11100100 | 10010101 | 1011 | 0 | 100011 | 1011 | 1001110 | 111011 | 1001010 |
Color Harmonies of #CCE495
Complementary color
Monochromatic Colors of #CCE495
Black with #CCE495
Text Example
Text Example
White with #CCE495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE495; }
p { color: rgb(204,228,149); }
H1.HeaderClassName
{
color: #CCE495;
}
.AnyTagClassName
{
color: #CCE495;
}
</style>
background-color css
<style>
a { background-color: #CCE495; }
a { background-color: rgb(204,228,149); }
div.DivClassName
{
background-color: #CCE495;
}
.BgClassName
{
background-color: #CCE495;
}
</style>
border-color css
<style>
span { border-color: #CCE495; }
span { border-color: rgb(204,228,149); }
td.TdClassName
{
border-color: #CCE495;
}
.TagClassName
{
border-color: #CCE495;
}
</style>