Shades of Reef #CCE5A5
Tints of Reef #CCE5A5
RGB
CMYK
RGB Variations
Color information
#CCE5A5 (or 0xCCE5A5) is known color: Reef. HEX triplet: CC, E5 and A5. RGB value is (204,229,165). Sum of RGB (Red+Green+Blue) = 204+229+165=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 229 (89.84% from 255 or 38.29% from 598); Blue value is 165 (64.84% from 255 or 27.59% from 598); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE5A5 is #331A5A. Grayscale: #D6D6D6. Windows color (decimal): -3349083 or 10872268. OLE color: 10872268.
HSL color Cylindrical-coordinate representation of color #CCE5A5: hue angle of 83.44º degrees, saturation: 0.55, 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 #CCE5A5 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 165 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.10 |
| HSL | 83.44º | 0.55% | 0.77% | - |
| HSV(B) | 83.44º | 0.28% | 0.9% | - |
| XYZ | 59.71 | 71.59 | 46.27 | - |
| YUV | 214.23 | 100.22 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 165 | 0.11 | 0 | 0.28 | 0.10 | 83.44 | 0.55 | 0.77 |
| Hex | CC | E5 | A5 | B | 0 | 1C | A | 53 | 37 | 4D |
| Octal | 314 | 345 | 245 | 13 | 0 | 34 | 12 | 123 | 67 | 115 |
| Binary | 11001100 | 11100101 | 10100101 | 1011 | 0 | 11100 | 1010 | 1010011 | 110111 | 1001101 |
Color Harmonies of #CCE5A5
Complementary color
Monochromatic Colors of #CCE5A5
Black with #CCE5A5
Text Example
Text Example
White with #CCE5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE5A5; }
p { color: rgb(204,229,165); }
H1.HeaderClassName
{
color: #CCE5A5;
}
.AnyTagClassName
{
color: #CCE5A5;
}
</style>
background-color css
<style>
a { background-color: #CCE5A5; }
a { background-color: rgb(204,229,165); }
div.DivClassName
{
background-color: #CCE5A5;
}
.BgClassName
{
background-color: #CCE5A5;
}
</style>
border-color css
<style>
span { border-color: #CCE5A5; }
span { border-color: rgb(204,229,165); }
td.TdClassName
{
border-color: #CCE5A5;
}
.TagClassName
{
border-color: #CCE5A5;
}
</style>