Shades of Reef #CCE29A
Tints of Reef #CCE29A
RGB
CMYK
RGB Variations
Color information
#CCE29A (or 0xCCE29A) is known color: Reef. HEX triplet: CC, E2 and 9A. RGB value is (204,226,154). Sum of RGB (Red+Green+Blue) = 204+226+154=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 226 (88.67% from 255 or 38.70% from 584); Blue value is 154 (60.55% from 255 or 26.37% from 584); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE29A is #331D65. Grayscale: #D3D3D3. Windows color (decimal): -3349862 or 10150604. OLE color: 10150604.
HSL color Cylindrical-coordinate representation of color #CCE29A: hue angle of 78.33º degrees, saturation: 0.55, 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 #CCE29A is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 154 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.11 |
| HSL | 78.33º | 0.55% | 0.75% | - |
| HSV(B) | 78.33º | 0.32% | 0.89% | - |
| XYZ | 57.93 | 69.56 | 40.95 | - |
| YUV | 211.21 | 95.71 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 154 | 0.10 | 0 | 0.32 | 0.11 | 78.33 | 0.55 | 0.75 |
| Hex | CC | E2 | 9A | A | 0 | 20 | B | 4E | 37 | 4B |
| Octal | 314 | 342 | 232 | 12 | 0 | 40 | 13 | 116 | 67 | 113 |
| Binary | 11001100 | 11100010 | 10011010 | 1010 | 0 | 100000 | 1011 | 1001110 | 110111 | 1001011 |
Color Harmonies of #CCE29A
Complementary color
Monochromatic Colors of #CCE29A
Black with #CCE29A
Text Example
Text Example
White with #CCE29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE29A; }
p { color: rgb(204,226,154); }
H1.HeaderClassName
{
color: #CCE29A;
}
.AnyTagClassName
{
color: #CCE29A;
}
</style>
background-color css
<style>
a { background-color: #CCE29A; }
a { background-color: rgb(204,226,154); }
div.DivClassName
{
background-color: #CCE29A;
}
.BgClassName
{
background-color: #CCE29A;
}
</style>
border-color css
<style>
span { border-color: #CCE29A; }
span { border-color: rgb(204,226,154); }
td.TdClassName
{
border-color: #CCE29A;
}
.TagClassName
{
border-color: #CCE29A;
}
</style>