Shades of Reef #CCE29B
Tints of Reef #CCE29B
RGB
CMYK
RGB Variations
Color information
#CCE29B (or 0xCCE29B) is known color: Reef. HEX triplet: CC, E2 and 9B. RGB value is (204,226,155). Sum of RGB (Red+Green+Blue) = 204+226+155=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 155 (60.94% from 255 or 26.50% from 585); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE29B is #331D64. Grayscale: #D3D3D3. Windows color (decimal): -3349861 or 10216140. OLE color: 10216140.
HSL color Cylindrical-coordinate representation of color #CCE29B: hue angle of 78.59º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCE29B is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 155 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.11 |
| HSL | 78.59º | 0.55% | 0.75% | - |
| HSV(B) | 78.59º | 0.31% | 0.89% | - |
| XYZ | 58.01 | 69.6 | 41.39 | - |
| YUV | 211.33 | 96.21 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 155 | 0.10 | 0 | 0.31 | 0.11 | 78.59 | 0.55 | 0.75 |
| Hex | CC | E2 | 9B | A | 0 | 1F | B | 4F | 37 | 4B |
| Octal | 314 | 342 | 233 | 12 | 0 | 37 | 13 | 117 | 67 | 113 |
| Binary | 11001100 | 11100010 | 10011011 | 1010 | 0 | 11111 | 1011 | 1001111 | 110111 | 1001011 |
Color Harmonies of #CCE29B
Complementary color
Monochromatic Colors of #CCE29B
Black with #CCE29B
Text Example
Text Example
White with #CCE29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE29B; }
p { color: rgb(204,226,155); }
H1.HeaderClassName
{
color: #CCE29B;
}
.AnyTagClassName
{
color: #CCE29B;
}
</style>
background-color css
<style>
a { background-color: #CCE29B; }
a { background-color: rgb(204,226,155); }
div.DivClassName
{
background-color: #CCE29B;
}
.BgClassName
{
background-color: #CCE29B;
}
</style>
border-color css
<style>
span { border-color: #CCE29B; }
span { border-color: rgb(204,226,155); }
td.TdClassName
{
border-color: #CCE29B;
}
.TagClassName
{
border-color: #CCE29B;
}
</style>