Shades of Reef #CCE5AC
Tints of Reef #CCE5AC
RGB
CMYK
RGB Variations
Color information
#CCE5AC (or 0xCCE5AC) is known color: Reef. HEX triplet: CC, E5 and AC. RGB value is (204,229,172). Sum of RGB (Red+Green+Blue) = 204+229+172=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 229 (89.84% from 255 or 37.85% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE5AC is #331A53. Grayscale: #D7D7D7. Windows color (decimal): -3349076 or 11331020. OLE color: 11331020.
HSL color Cylindrical-coordinate representation of color #CCE5AC: hue angle of 86.32º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCE5AC is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 172 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.10 |
| HSL | 86.32º | 0.52% | 0.79% | - |
| HSV(B) | 86.32º | 0.25% | 0.9% | - |
| XYZ | 60.37 | 71.85 | 49.72 | - |
| YUV | 215.03 | 103.72 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 172 | 0.11 | 0 | 0.25 | 0.10 | 86.32 | 0.52 | 0.79 |
| Hex | CC | E5 | AC | B | 0 | 19 | A | 56 | 34 | 4F |
| Octal | 314 | 345 | 254 | 13 | 0 | 31 | 12 | 126 | 64 | 117 |
| Binary | 11001100 | 11100101 | 10101100 | 1011 | 0 | 11001 | 1010 | 1010110 | 110100 | 1001111 |
Color Harmonies of #CCE5AC
Complementary color
Monochromatic Colors of #CCE5AC
Black with #CCE5AC
Text Example
Text Example
White with #CCE5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE5AC; }
p { color: rgb(204,229,172); }
H1.HeaderClassName
{
color: #CCE5AC;
}
.AnyTagClassName
{
color: #CCE5AC;
}
</style>
background-color css
<style>
a { background-color: #CCE5AC; }
a { background-color: rgb(204,229,172); }
div.DivClassName
{
background-color: #CCE5AC;
}
.BgClassName
{
background-color: #CCE5AC;
}
</style>
border-color css
<style>
span { border-color: #CCE5AC; }
span { border-color: rgb(204,229,172); }
td.TdClassName
{
border-color: #CCE5AC;
}
.TagClassName
{
border-color: #CCE5AC;
}
</style>