Shades of Reef #CCE9A1
Tints of Reef #CCE9A1
RGB
CMYK
RGB Variations
Color information
#CCE9A1 (or 0xCCE9A1) is known color: Reef. HEX triplet: CC, E9 and A1. RGB value is (204,233,161). Sum of RGB (Red+Green+Blue) = 204+233+161=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 161 (63.28% from 255 or 26.92% from 598); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE9A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE9A1 is #33165E. Grayscale: #D8D8D8. Windows color (decimal): -3348063 or 10611148. OLE color: 10611148.
HSL color Cylindrical-coordinate representation of color #CCE9A1: hue angle of 84.17º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCE9A1 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 161 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.09 |
| HSL | 84.17º | 0.62% | 0.77% | - |
| HSV(B) | 84.17º | 0.31% | 0.91% | - |
| XYZ | 60.47 | 73.69 | 44.75 | - |
| YUV | 216.12 | 96.89 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 161 | 0.12 | 0 | 0.31 | 0.09 | 84.17 | 0.62 | 0.77 |
| Hex | CC | E9 | A1 | C | 0 | 1F | 9 | 54 | 3E | 4D |
| Octal | 314 | 351 | 241 | 14 | 0 | 37 | 11 | 124 | 76 | 115 |
| Binary | 11001100 | 11101001 | 10100001 | 1100 | 0 | 11111 | 1001 | 1010100 | 111110 | 1001101 |
Color Harmonies of #CCE9A1
Complementary color
Monochromatic Colors of #CCE9A1
Black with #CCE9A1
Text Example
Text Example
White with #CCE9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE9A1; }
p { color: rgb(204,233,161); }
H1.HeaderClassName
{
color: #CCE9A1;
}
.AnyTagClassName
{
color: #CCE9A1;
}
</style>
background-color css
<style>
a { background-color: #CCE9A1; }
a { background-color: rgb(204,233,161); }
div.DivClassName
{
background-color: #CCE9A1;
}
.BgClassName
{
background-color: #CCE9A1;
}
</style>
border-color css
<style>
span { border-color: #CCE9A1; }
span { border-color: rgb(204,233,161); }
td.TdClassName
{
border-color: #CCE9A1;
}
.TagClassName
{
border-color: #CCE9A1;
}
</style>