Shades of Reef #CCE5A4
Tints of Reef #CCE5A4
RGB
CMYK
RGB Variations
Color information
#CCE5A4 (or 0xCCE5A4) is known color: Reef. HEX triplet: CC, E5 and A4. RGB value is (204,229,164). Sum of RGB (Red+Green+Blue) = 204+229+164=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 229 (89.84% from 255 or 38.36% from 597); Blue value is 164 (64.45% from 255 or 27.47% from 597); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE5A4 is #331A5B. Grayscale: #D6D6D6. Windows color (decimal): -3349084 or 10806732. OLE color: 10806732.
HSL color Cylindrical-coordinate representation of color #CCE5A4: hue angle of 83.08º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCE5A4 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 164 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.10 |
| HSL | 83.08º | 0.56% | 0.77% | - |
| HSV(B) | 83.08º | 0.28% | 0.9% | - |
| XYZ | 59.62 | 71.56 | 45.79 | - |
| YUV | 214.12 | 99.72 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 164 | 0.11 | 0 | 0.28 | 0.10 | 83.08 | 0.56 | 0.77 |
| Hex | CC | E5 | A4 | B | 0 | 1C | A | 53 | 38 | 4D |
| Octal | 314 | 345 | 244 | 13 | 0 | 34 | 12 | 123 | 70 | 115 |
| Binary | 11001100 | 11100101 | 10100100 | 1011 | 0 | 11100 | 1010 | 1010011 | 111000 | 1001101 |
Color Harmonies of #CCE5A4
Complementary color
Monochromatic Colors of #CCE5A4
Black with #CCE5A4
Text Example
Text Example
White with #CCE5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE5A4; }
p { color: rgb(204,229,164); }
H1.HeaderClassName
{
color: #CCE5A4;
}
.AnyTagClassName
{
color: #CCE5A4;
}
</style>
background-color css
<style>
a { background-color: #CCE5A4; }
a { background-color: rgb(204,229,164); }
div.DivClassName
{
background-color: #CCE5A4;
}
.BgClassName
{
background-color: #CCE5A4;
}
</style>
border-color css
<style>
span { border-color: #CCE5A4; }
span { border-color: rgb(204,229,164); }
td.TdClassName
{
border-color: #CCE5A4;
}
.TagClassName
{
border-color: #CCE5A4;
}
</style>