Shades of Reef #CCE198
Tints of Reef #CCE198
RGB
CMYK
RGB Variations
Color information
#CCE198 (or 0xCCE198) is known color: Reef. HEX triplet: CC, E1 and 98. RGB value is (204,225,152). Sum of RGB (Red+Green+Blue) = 204+225+152=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 225 (88.28% from 255 or 38.73% from 581); Blue value is 152 (59.77% from 255 or 26.16% from 581); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE198 is #331E67. Grayscale: #D2D2D2. Windows color (decimal): -3350120 or 10019276. OLE color: 10019276.
HSL color Cylindrical-coordinate representation of color #CCE198: hue angle of 77.26º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCE198 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 152 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.12 |
| HSL | 77.26º | 0.55% | 0.74% | - |
| HSV(B) | 77.26º | 0.32% | 0.88% | - |
| XYZ | 57.49 | 68.95 | 39.99 | - |
| YUV | 210.4 | 95.04 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 152 | 0.09 | 0 | 0.32 | 0.12 | 77.26 | 0.55 | 0.74 |
| Hex | CC | E1 | 98 | 9 | 0 | 20 | C | 4D | 37 | 4A |
| Octal | 314 | 341 | 230 | 11 | 0 | 40 | 14 | 115 | 67 | 112 |
| Binary | 11001100 | 11100001 | 10011000 | 1001 | 0 | 100000 | 1100 | 1001101 | 110111 | 1001010 |
Color Harmonies of #CCE198
Complementary color
Monochromatic Colors of #CCE198
Black with #CCE198
Text Example
Text Example
White with #CCE198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE198; }
p { color: rgb(204,225,152); }
H1.HeaderClassName
{
color: #CCE198;
}
.AnyTagClassName
{
color: #CCE198;
}
</style>
background-color css
<style>
a { background-color: #CCE198; }
a { background-color: rgb(204,225,152); }
div.DivClassName
{
background-color: #CCE198;
}
.BgClassName
{
background-color: #CCE198;
}
</style>
border-color css
<style>
span { border-color: #CCE198; }
span { border-color: rgb(204,225,152); }
td.TdClassName
{
border-color: #CCE198;
}
.TagClassName
{
border-color: #CCE198;
}
</style>