Shades of Reef #CCE99D
Tints of Reef #CCE99D
RGB
CMYK
RGB Variations
Color information
#CCE99D (or 0xCCE99D) is known color: Reef. HEX triplet: CC, E9 and 9D. RGB value is (204,233,157). Sum of RGB (Red+Green+Blue) = 204+233+157=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 233 (91.41% from 255 or 39.23% from 594); Blue value is 157 (61.72% from 255 or 26.43% from 594); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE99D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE99D is #331662. Grayscale: #D7D7D7. Windows color (decimal): -3348067 or 10349004. OLE color: 10349004.
HSL color Cylindrical-coordinate representation of color #CCE99D: hue angle of 82.89º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCE99D is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 157 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.09 |
| HSL | 82.89º | 0.63% | 0.76% | - |
| HSV(B) | 82.89º | 0.33% | 0.91% | - |
| XYZ | 60.13 | 73.55 | 42.93 | - |
| YUV | 215.67 | 94.89 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 157 | 0.12 | 0 | 0.33 | 0.09 | 82.89 | 0.63 | 0.76 |
| Hex | CC | E9 | 9D | C | 0 | 21 | 9 | 53 | 3F | 4C |
| Octal | 314 | 351 | 235 | 14 | 0 | 41 | 11 | 123 | 77 | 114 |
| Binary | 11001100 | 11101001 | 10011101 | 1100 | 0 | 100001 | 1001 | 1010011 | 111111 | 1001100 |
Color Harmonies of #CCE99D
Complementary color
Monochromatic Colors of #CCE99D
Black with #CCE99D
Text Example
Text Example
White with #CCE99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE99D; }
p { color: rgb(204,233,157); }
H1.HeaderClassName
{
color: #CCE99D;
}
.AnyTagClassName
{
color: #CCE99D;
}
</style>
background-color css
<style>
a { background-color: #CCE99D; }
a { background-color: rgb(204,233,157); }
div.DivClassName
{
background-color: #CCE99D;
}
.BgClassName
{
background-color: #CCE99D;
}
</style>
border-color css
<style>
span { border-color: #CCE99D; }
span { border-color: rgb(204,233,157); }
td.TdClassName
{
border-color: #CCE99D;
}
.TagClassName
{
border-color: #CCE99D;
}
</style>