Shades of Reef #CCE497
Tints of Reef #CCE497
RGB
CMYK
RGB Variations
Color information
#CCE497 (or 0xCCE497) is known color: Reef. HEX triplet: CC, E4 and 97. RGB value is (204,228,151). Sum of RGB (Red+Green+Blue) = 204+228+151=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 228 (89.45% from 255 or 39.11% from 583); Blue value is 151 (59.38% from 255 or 25.90% from 583); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE497 is #331B68. Grayscale: #D4D4D4. Windows color (decimal): -3349353 or 9954508. OLE color: 9954508.
HSL color Cylindrical-coordinate representation of color #CCE497: hue angle of 78.7º degrees, saturation: 0.59, 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 #CCE497 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 151 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.11 |
| HSL | 78.7º | 0.59% | 0.74% | - |
| HSV(B) | 78.7º | 0.34% | 0.89% | - |
| XYZ | 58.23 | 70.56 | 39.83 | - |
| YUV | 212.05 | 93.55 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 151 | 0.11 | 0 | 0.34 | 0.11 | 78.7 | 0.59 | 0.74 |
| Hex | CC | E4 | 97 | B | 0 | 22 | B | 4F | 3B | 4A |
| Octal | 314 | 344 | 227 | 13 | 0 | 42 | 13 | 117 | 73 | 112 |
| Binary | 11001100 | 11100100 | 10010111 | 1011 | 0 | 100010 | 1011 | 1001111 | 111011 | 1001010 |
Color Harmonies of #CCE497
Complementary color
Monochromatic Colors of #CCE497
Black with #CCE497
Text Example
Text Example
White with #CCE497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE497; }
p { color: rgb(204,228,151); }
H1.HeaderClassName
{
color: #CCE497;
}
.AnyTagClassName
{
color: #CCE497;
}
</style>
background-color css
<style>
a { background-color: #CCE497; }
a { background-color: rgb(204,228,151); }
div.DivClassName
{
background-color: #CCE497;
}
.BgClassName
{
background-color: #CCE497;
}
</style>
border-color css
<style>
span { border-color: #CCE497; }
span { border-color: rgb(204,228,151); }
td.TdClassName
{
border-color: #CCE497;
}
.TagClassName
{
border-color: #CCE497;
}
</style>