Shades of Reef #CCE49B
Tints of Reef #CCE49B
RGB
CMYK
RGB Variations
Color information
#CCE49B (or 0xCCE49B) is known color: Reef. HEX triplet: CC, E4 and 9B. RGB value is (204,228,155). Sum of RGB (Red+Green+Blue) = 204+228+155=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 228 (89.45% from 255 or 38.84% from 587); Blue value is 155 (60.94% from 255 or 26.41% from 587); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE49B is #331B64. Grayscale: #D4D4D4. Windows color (decimal): -3349349 or 10216652. OLE color: 10216652.
HSL color Cylindrical-coordinate representation of color #CCE49B: hue angle of 79.73º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCE49B is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 155 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.11 |
| HSL | 79.73º | 0.57% | 0.75% | - |
| HSV(B) | 79.73º | 0.32% | 0.89% | - |
| XYZ | 58.56 | 70.69 | 41.57 | - |
| YUV | 212.5 | 95.55 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 155 | 0.11 | 0 | 0.32 | 0.11 | 79.73 | 0.57 | 0.75 |
| Hex | CC | E4 | 9B | B | 0 | 20 | B | 50 | 39 | 4B |
| Octal | 314 | 344 | 233 | 13 | 0 | 40 | 13 | 120 | 71 | 113 |
| Binary | 11001100 | 11100100 | 10011011 | 1011 | 0 | 100000 | 1011 | 1010000 | 111001 | 1001011 |
Color Harmonies of #CCE49B
Complementary color
Monochromatic Colors of #CCE49B
Black with #CCE49B
Text Example
Text Example
White with #CCE49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE49B; }
p { color: rgb(204,228,155); }
H1.HeaderClassName
{
color: #CCE49B;
}
.AnyTagClassName
{
color: #CCE49B;
}
</style>
background-color css
<style>
a { background-color: #CCE49B; }
a { background-color: rgb(204,228,155); }
div.DivClassName
{
background-color: #CCE49B;
}
.BgClassName
{
background-color: #CCE49B;
}
</style>
border-color css
<style>
span { border-color: #CCE49B; }
span { border-color: rgb(204,228,155); }
td.TdClassName
{
border-color: #CCE49B;
}
.TagClassName
{
border-color: #CCE49B;
}
</style>