Shades of Reef #CCE0A5
Tints of Reef #CCE0A5
RGB
CMYK
RGB Variations
Color information
#CCE0A5 (or 0xCCE0A5) is known color: Reef. HEX triplet: CC, E0 and A5. RGB value is (204,224,165). Sum of RGB (Red+Green+Blue) = 204+224+165=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 165 (64.84% from 255 or 27.82% from 593); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE0A5 is #331F5A. Grayscale: #D3D3D3. Windows color (decimal): -3350363 or 10870988. OLE color: 10870988.
HSL color Cylindrical-coordinate representation of color #CCE0A5: hue angle of 80.34º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCE0A5 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 165 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.12 |
| HSL | 80.34º | 0.49% | 0.76% | - |
| HSV(B) | 80.34º | 0.26% | 0.88% | - |
| XYZ | 58.35 | 68.87 | 45.81 | - |
| YUV | 211.29 | 101.87 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 165 | 0.09 | 0 | 0.26 | 0.12 | 80.34 | 0.49 | 0.76 |
| Hex | CC | E0 | A5 | 9 | 0 | 1A | C | 50 | 31 | 4C |
| Octal | 314 | 340 | 245 | 11 | 0 | 32 | 14 | 120 | 61 | 114 |
| Binary | 11001100 | 11100000 | 10100101 | 1001 | 0 | 11010 | 1100 | 1010000 | 110001 | 1001100 |
Color Harmonies of #CCE0A5
Complementary color
Monochromatic Colors of #CCE0A5
Black with #CCE0A5
Text Example
Text Example
White with #CCE0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE0A5; }
p { color: rgb(204,224,165); }
H1.HeaderClassName
{
color: #CCE0A5;
}
.AnyTagClassName
{
color: #CCE0A5;
}
</style>
background-color css
<style>
a { background-color: #CCE0A5; }
a { background-color: rgb(204,224,165); }
div.DivClassName
{
background-color: #CCE0A5;
}
.BgClassName
{
background-color: #CCE0A5;
}
</style>
border-color css
<style>
span { border-color: #CCE0A5; }
span { border-color: rgb(204,224,165); }
td.TdClassName
{
border-color: #CCE0A5;
}
.TagClassName
{
border-color: #CCE0A5;
}
</style>