Shades of Reef #CCE09B
Tints of Reef #CCE09B
RGB
CMYK
RGB Variations
Color information
#CCE09B (or 0xCCE09B) is known color: Reef. HEX triplet: CC, E0 and 9B. RGB value is (204,224,155). Sum of RGB (Red+Green+Blue) = 204+224+155=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 155 (60.94% from 255 or 26.59% from 583); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE09B is #331F64. Grayscale: #D2D2D2. Windows color (decimal): -3350373 or 10215628. OLE color: 10215628.
HSL color Cylindrical-coordinate representation of color #CCE09B: hue angle of 77.39º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCE09B is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 155 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.12 |
| HSL | 77.39º | 0.53% | 0.74% | - |
| HSV(B) | 77.39º | 0.31% | 0.88% | - |
| XYZ | 57.47 | 68.52 | 41.21 | - |
| YUV | 210.15 | 96.87 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 155 | 0.09 | 0 | 0.31 | 0.12 | 77.39 | 0.53 | 0.74 |
| Hex | CC | E0 | 9B | 9 | 0 | 1F | C | 4D | 35 | 4A |
| Octal | 314 | 340 | 233 | 11 | 0 | 37 | 14 | 115 | 65 | 112 |
| Binary | 11001100 | 11100000 | 10011011 | 1001 | 0 | 11111 | 1100 | 1001101 | 110101 | 1001010 |
Color Harmonies of #CCE09B
Complementary color
Monochromatic Colors of #CCE09B
Black with #CCE09B
Text Example
Text Example
White with #CCE09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE09B; }
p { color: rgb(204,224,155); }
H1.HeaderClassName
{
color: #CCE09B;
}
.AnyTagClassName
{
color: #CCE09B;
}
</style>
background-color css
<style>
a { background-color: #CCE09B; }
a { background-color: rgb(204,224,155); }
div.DivClassName
{
background-color: #CCE09B;
}
.BgClassName
{
background-color: #CCE09B;
}
</style>
border-color css
<style>
span { border-color: #CCE09B; }
span { border-color: rgb(204,224,155); }
td.TdClassName
{
border-color: #CCE09B;
}
.TagClassName
{
border-color: #CCE09B;
}
</style>