Shades of Reef #CCE19D
Tints of Reef #CCE19D
RGB
CMYK
RGB Variations
Color information
#CCE19D (or 0xCCE19D) is known color: Reef. HEX triplet: CC, E1 and 9D. RGB value is (204,225,157). Sum of RGB (Red+Green+Blue) = 204+225+157=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 157 (61.72% from 255 or 26.79% from 586); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE19D is #331E62. Grayscale: #D3D3D3. Windows color (decimal): -3350115 or 10346956. OLE color: 10346956.
HSL color Cylindrical-coordinate representation of color #CCE19D: hue angle of 78.53º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCE19D is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 157 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.12 |
| HSL | 78.53º | 0.53% | 0.75% | - |
| HSV(B) | 78.53º | 0.3% | 0.88% | - |
| XYZ | 57.91 | 69.12 | 42.19 | - |
| YUV | 210.97 | 97.54 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 157 | 0.09 | 0 | 0.30 | 0.12 | 78.53 | 0.53 | 0.75 |
| Hex | CC | E1 | 9D | 9 | 0 | 1E | C | 4F | 35 | 4B |
| Octal | 314 | 341 | 235 | 11 | 0 | 36 | 14 | 117 | 65 | 113 |
| Binary | 11001100 | 11100001 | 10011101 | 1001 | 0 | 11110 | 1100 | 1001111 | 110101 | 1001011 |
Color Harmonies of #CCE19D
Complementary color
Monochromatic Colors of #CCE19D
Black with #CCE19D
Text Example
Text Example
White with #CCE19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE19D; }
p { color: rgb(204,225,157); }
H1.HeaderClassName
{
color: #CCE19D;
}
.AnyTagClassName
{
color: #CCE19D;
}
</style>
background-color css
<style>
a { background-color: #CCE19D; }
a { background-color: rgb(204,225,157); }
div.DivClassName
{
background-color: #CCE19D;
}
.BgClassName
{
background-color: #CCE19D;
}
</style>
border-color css
<style>
span { border-color: #CCE19D; }
span { border-color: rgb(204,225,157); }
td.TdClassName
{
border-color: #CCE19D;
}
.TagClassName
{
border-color: #CCE19D;
}
</style>