Shades of Reef #CCE7A4
Tints of Reef #CCE7A4
RGB
CMYK
RGB Variations
Color information
#CCE7A4 (or 0xCCE7A4) is known color: Reef. HEX triplet: CC, E7 and A4. RGB value is (204,231,164). Sum of RGB (Red+Green+Blue) = 204+231+164=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 231 (90.62% from 255 or 38.56% from 599); Blue value is 164 (64.45% from 255 or 27.38% from 599); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE7A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE7A4 is #33185B. Grayscale: #D7D7D7. Windows color (decimal): -3348572 or 10807244. OLE color: 10807244.
HSL color Cylindrical-coordinate representation of color #CCE7A4: hue angle of 84.18º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCE7A4 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 164 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.09 |
| HSL | 84.18º | 0.58% | 0.77% | - |
| HSV(B) | 84.18º | 0.29% | 0.91% | - |
| XYZ | 60.18 | 72.67 | 45.98 | - |
| YUV | 215.29 | 99.05 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 164 | 0.12 | 0 | 0.29 | 0.09 | 84.18 | 0.58 | 0.77 |
| Hex | CC | E7 | A4 | C | 0 | 1D | 9 | 54 | 3A | 4D |
| Octal | 314 | 347 | 244 | 14 | 0 | 35 | 11 | 124 | 72 | 115 |
| Binary | 11001100 | 11100111 | 10100100 | 1100 | 0 | 11101 | 1001 | 1010100 | 111010 | 1001101 |
Color Harmonies of #CCE7A4
Complementary color
Monochromatic Colors of #CCE7A4
Black with #CCE7A4
Text Example
Text Example
White with #CCE7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE7A4; }
p { color: rgb(204,231,164); }
H1.HeaderClassName
{
color: #CCE7A4;
}
.AnyTagClassName
{
color: #CCE7A4;
}
</style>
background-color css
<style>
a { background-color: #CCE7A4; }
a { background-color: rgb(204,231,164); }
div.DivClassName
{
background-color: #CCE7A4;
}
.BgClassName
{
background-color: #CCE7A4;
}
</style>
border-color css
<style>
span { border-color: #CCE7A4; }
span { border-color: rgb(204,231,164); }
td.TdClassName
{
border-color: #CCE7A4;
}
.TagClassName
{
border-color: #CCE7A4;
}
</style>