Shades of Reef #CCE0A8
Tints of Reef #CCE0A8
RGB
CMYK
RGB Variations
Color information
#CCE0A8 (or 0xCCE0A8) is known color: Reef. HEX triplet: CC, E0 and A8. RGB value is (204,224,168). Sum of RGB (Red+Green+Blue) = 204+224+168=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 168 (66.02% from 255 or 28.19% from 596); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE0A8 is #331F57. Grayscale: #D3D3D3. Windows color (decimal): -3350360 or 11067596. OLE color: 11067596.
HSL color Cylindrical-coordinate representation of color #CCE0A8: hue angle of 81.43º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCE0A8 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 168 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.12 |
| HSL | 81.43º | 0.47% | 0.77% | - |
| HSV(B) | 81.43º | 0.25% | 0.88% | - |
| XYZ | 58.63 | 68.98 | 47.27 | - |
| YUV | 211.64 | 103.37 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 168 | 0.09 | 0 | 0.25 | 0.12 | 81.43 | 0.47 | 0.77 |
| Hex | CC | E0 | A8 | 9 | 0 | 19 | C | 51 | 2F | 4D |
| Octal | 314 | 340 | 250 | 11 | 0 | 31 | 14 | 121 | 57 | 115 |
| Binary | 11001100 | 11100000 | 10101000 | 1001 | 0 | 11001 | 1100 | 1010001 | 101111 | 1001101 |
Color Harmonies of #CCE0A8
Complementary color
Monochromatic Colors of #CCE0A8
Black with #CCE0A8
Text Example
Text Example
White with #CCE0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE0A8; }
p { color: rgb(204,224,168); }
H1.HeaderClassName
{
color: #CCE0A8;
}
.AnyTagClassName
{
color: #CCE0A8;
}
</style>
background-color css
<style>
a { background-color: #CCE0A8; }
a { background-color: rgb(204,224,168); }
div.DivClassName
{
background-color: #CCE0A8;
}
.BgClassName
{
background-color: #CCE0A8;
}
</style>
border-color css
<style>
span { border-color: #CCE0A8; }
span { border-color: rgb(204,224,168); }
td.TdClassName
{
border-color: #CCE0A8;
}
.TagClassName
{
border-color: #CCE0A8;
}
</style>