Shades of Reef #CCE19C
Tints of Reef #CCE19C
RGB
CMYK
RGB Variations
Color information
#CCE19C (or 0xCCE19C) is known color: Reef. HEX triplet: CC, E1 and 9C. RGB value is (204,225,156). Sum of RGB (Red+Green+Blue) = 204+225+156=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 156 (61.33% from 255 or 26.67% from 585); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE19C is #331E63. Grayscale: #D3D3D3. Windows color (decimal): -3350116 or 10281420. OLE color: 10281420.
HSL color Cylindrical-coordinate representation of color #CCE19C: hue angle of 78.26º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCE19C is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 156 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.12 |
| HSL | 78.26º | 0.53% | 0.75% | - |
| HSV(B) | 78.26º | 0.31% | 0.88% | - |
| XYZ | 57.83 | 69.09 | 41.74 | - |
| YUV | 210.86 | 97.04 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 156 | 0.09 | 0 | 0.31 | 0.12 | 78.26 | 0.53 | 0.75 |
| Hex | CC | E1 | 9C | 9 | 0 | 1F | C | 4E | 35 | 4B |
| Octal | 314 | 341 | 234 | 11 | 0 | 37 | 14 | 116 | 65 | 113 |
| Binary | 11001100 | 11100001 | 10011100 | 1001 | 0 | 11111 | 1100 | 1001110 | 110101 | 1001011 |
Color Harmonies of #CCE19C
Complementary color
Monochromatic Colors of #CCE19C
Black with #CCE19C
Text Example
Text Example
White with #CCE19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE19C; }
p { color: rgb(204,225,156); }
H1.HeaderClassName
{
color: #CCE19C;
}
.AnyTagClassName
{
color: #CCE19C;
}
</style>
background-color css
<style>
a { background-color: #CCE19C; }
a { background-color: rgb(204,225,156); }
div.DivClassName
{
background-color: #CCE19C;
}
.BgClassName
{
background-color: #CCE19C;
}
</style>
border-color css
<style>
span { border-color: #CCE19C; }
span { border-color: rgb(204,225,156); }
td.TdClassName
{
border-color: #CCE19C;
}
.TagClassName
{
border-color: #CCE19C;
}
</style>