Shades of Reef #CCE4A7
Tints of Reef #CCE4A7
RGB
CMYK
RGB Variations
Color information
#CCE4A7 (or 0xCCE4A7) is known color: Reef. HEX triplet: CC, E4 and A7. RGB value is (204,228,167). Sum of RGB (Red+Green+Blue) = 204+228+167=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 228 (89.45% from 255 or 38.06% from 599); Blue value is 167 (65.62% from 255 or 27.88% from 599); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE4A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE4A7 is #331B58. Grayscale: #D6D6D6. Windows color (decimal): -3349337 or 11003084. OLE color: 11003084.
HSL color Cylindrical-coordinate representation of color #CCE4A7: hue angle of 83.61º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCE4A7 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 167 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.11 |
| HSL | 83.61º | 0.53% | 0.77% | - |
| HSV(B) | 83.61º | 0.27% | 0.89% | - |
| XYZ | 59.62 | 71.11 | 47.14 | - |
| YUV | 213.87 | 101.55 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 167 | 0.11 | 0 | 0.27 | 0.11 | 83.61 | 0.53 | 0.77 |
| Hex | CC | E4 | A7 | B | 0 | 1B | B | 54 | 35 | 4D |
| Octal | 314 | 344 | 247 | 13 | 0 | 33 | 13 | 124 | 65 | 115 |
| Binary | 11001100 | 11100100 | 10100111 | 1011 | 0 | 11011 | 1011 | 1010100 | 110101 | 1001101 |
Color Harmonies of #CCE4A7
Complementary color
Monochromatic Colors of #CCE4A7
Black with #CCE4A7
Text Example
Text Example
White with #CCE4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE4A7; }
p { color: rgb(204,228,167); }
H1.HeaderClassName
{
color: #CCE4A7;
}
.AnyTagClassName
{
color: #CCE4A7;
}
</style>
background-color css
<style>
a { background-color: #CCE4A7; }
a { background-color: rgb(204,228,167); }
div.DivClassName
{
background-color: #CCE4A7;
}
.BgClassName
{
background-color: #CCE4A7;
}
</style>
border-color css
<style>
span { border-color: #CCE4A7; }
span { border-color: rgb(204,228,167); }
td.TdClassName
{
border-color: #CCE4A7;
}
.TagClassName
{
border-color: #CCE4A7;
}
</style>