Shades of Reef #CCE9AC
Tints of Reef #CCE9AC
RGB
CMYK
RGB Variations
Color information
#CCE9AC (or 0xCCE9AC) is known color: Reef. HEX triplet: CC, E9 and AC. RGB value is (204,233,172). Sum of RGB (Red+Green+Blue) = 204+233+172=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE9AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE9AC is #331653. Grayscale: #D9D9D9. Windows color (decimal): -3348052 or 11332044. OLE color: 11332044.
HSL color Cylindrical-coordinate representation of color #CCE9AC: hue angle of 88.52º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCE9AC is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 172 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.09 |
| HSL | 88.52º | 0.58% | 0.79% | - |
| HSV(B) | 88.52º | 0.26% | 0.91% | - |
| XYZ | 61.49 | 74.09 | 50.09 | - |
| YUV | 217.38 | 102.39 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 172 | 0.12 | 0 | 0.26 | 0.09 | 88.52 | 0.58 | 0.79 |
| Hex | CC | E9 | AC | C | 0 | 1A | 9 | 59 | 3A | 4F |
| Octal | 314 | 351 | 254 | 14 | 0 | 32 | 11 | 131 | 72 | 117 |
| Binary | 11001100 | 11101001 | 10101100 | 1100 | 0 | 11010 | 1001 | 1011001 | 111010 | 1001111 |
Color Harmonies of #CCE9AC
Complementary color
Monochromatic Colors of #CCE9AC
Black with #CCE9AC
Text Example
Text Example
White with #CCE9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE9AC; }
p { color: rgb(204,233,172); }
H1.HeaderClassName
{
color: #CCE9AC;
}
.AnyTagClassName
{
color: #CCE9AC;
}
</style>
background-color css
<style>
a { background-color: #CCE9AC; }
a { background-color: rgb(204,233,172); }
div.DivClassName
{
background-color: #CCE9AC;
}
.BgClassName
{
background-color: #CCE9AC;
}
</style>
border-color css
<style>
span { border-color: #CCE9AC; }
span { border-color: rgb(204,233,172); }
td.TdClassName
{
border-color: #CCE9AC;
}
.TagClassName
{
border-color: #CCE9AC;
}
</style>