Shades of Reef #CCE99B
Tints of Reef #CCE99B
RGB
CMYK
RGB Variations
Color information
#CCE99B (or 0xCCE99B) is known color: Reef. HEX triplet: CC, E9 and 9B. RGB value is (204,233,155). Sum of RGB (Red+Green+Blue) = 204+233+155=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 233 (91.41% from 255 or 39.36% from 592); Blue value is 155 (60.94% from 255 or 26.18% from 592); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE99B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE99B is #331664. Grayscale: #D7D7D7. Windows color (decimal): -3348069 or 10217932. OLE color: 10217932.
HSL color Cylindrical-coordinate representation of color #CCE99B: hue angle of 82.31º degrees, saturation: 0.64, 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 #CCE99B is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 155 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.09 |
| HSL | 82.31º | 0.64% | 0.76% | - |
| HSV(B) | 82.31º | 0.33% | 0.91% | - |
| XYZ | 59.96 | 73.48 | 42.03 | - |
| YUV | 215.44 | 93.89 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 155 | 0.12 | 0 | 0.33 | 0.09 | 82.31 | 0.64 | 0.76 |
| Hex | CC | E9 | 9B | C | 0 | 21 | 9 | 52 | 40 | 4C |
| Octal | 314 | 351 | 233 | 14 | 0 | 41 | 11 | 122 | 100 | 114 |
| Binary | 11001100 | 11101001 | 10011011 | 1100 | 0 | 100001 | 1001 | 1010010 | 1000000 | 1001100 |
Color Harmonies of #CCE99B
Complementary color
Monochromatic Colors of #CCE99B
Black with #CCE99B
Text Example
Text Example
White with #CCE99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE99B; }
p { color: rgb(204,233,155); }
H1.HeaderClassName
{
color: #CCE99B;
}
.AnyTagClassName
{
color: #CCE99B;
}
</style>
background-color css
<style>
a { background-color: #CCE99B; }
a { background-color: rgb(204,233,155); }
div.DivClassName
{
background-color: #CCE99B;
}
.BgClassName
{
background-color: #CCE99B;
}
</style>
border-color css
<style>
span { border-color: #CCE99B; }
span { border-color: rgb(204,233,155); }
td.TdClassName
{
border-color: #CCE99B;
}
.TagClassName
{
border-color: #CCE99B;
}
</style>