Shades of Reef #CCE5A8
Tints of Reef #CCE5A8
RGB
CMYK
RGB Variations
Color information
#CCE5A8 (or 0xCCE5A8) is known color: Reef. HEX triplet: CC, E5 and A8. RGB value is (204,229,168). Sum of RGB (Red+Green+Blue) = 204+229+168=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 229 (89.84% from 255 or 38.10% from 601); Blue value is 168 (66.02% from 255 or 27.95% from 601); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE5A8 is #331A57. Grayscale: #D6D6D6. Windows color (decimal): -3349080 or 11068876. OLE color: 11068876.
HSL color Cylindrical-coordinate representation of color #CCE5A8: hue angle of 84.59º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCE5A8 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 168 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.10 |
| HSL | 84.59º | 0.54% | 0.78% | - |
| HSV(B) | 84.59º | 0.27% | 0.9% | - |
| XYZ | 59.99 | 71.7 | 47.72 | - |
| YUV | 214.57 | 101.72 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 168 | 0.11 | 0 | 0.27 | 0.10 | 84.59 | 0.54 | 0.78 |
| Hex | CC | E5 | A8 | B | 0 | 1B | A | 55 | 36 | 4E |
| Octal | 314 | 345 | 250 | 13 | 0 | 33 | 12 | 125 | 66 | 116 |
| Binary | 11001100 | 11100101 | 10101000 | 1011 | 0 | 11011 | 1010 | 1010101 | 110110 | 1001110 |
Color Harmonies of #CCE5A8
Complementary color
Monochromatic Colors of #CCE5A8
Black with #CCE5A8
Text Example
Text Example
White with #CCE5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE5A8; }
p { color: rgb(204,229,168); }
H1.HeaderClassName
{
color: #CCE5A8;
}
.AnyTagClassName
{
color: #CCE5A8;
}
</style>
background-color css
<style>
a { background-color: #CCE5A8; }
a { background-color: rgb(204,229,168); }
div.DivClassName
{
background-color: #CCE5A8;
}
.BgClassName
{
background-color: #CCE5A8;
}
</style>
border-color css
<style>
span { border-color: #CCE5A8; }
span { border-color: rgb(204,229,168); }
td.TdClassName
{
border-color: #CCE5A8;
}
.TagClassName
{
border-color: #CCE5A8;
}
</style>