Shades of Reef #CCE1A0
Tints of Reef #CCE1A0
RGB
CMYK
RGB Variations
Color information
#CCE1A0 (or 0xCCE1A0) is known color: Reef. HEX triplet: CC, E1 and A0. RGB value is (204,225,160). Sum of RGB (Red+Green+Blue) = 204+225+160=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 160 (62.89% from 255 or 27.16% from 589); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE1A0 is #331E5F. Grayscale: #D3D3D3. Windows color (decimal): -3350112 or 10543564. OLE color: 10543564.
HSL color Cylindrical-coordinate representation of color #CCE1A0: hue angle of 79.38º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCE1A0 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 160 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.12 |
| HSL | 79.38º | 0.52% | 0.75% | - |
| HSV(B) | 79.38º | 0.29% | 0.88% | - |
| XYZ | 58.17 | 69.23 | 43.55 | - |
| YUV | 211.31 | 99.04 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 160 | 0.09 | 0 | 0.29 | 0.12 | 79.38 | 0.52 | 0.75 |
| Hex | CC | E1 | A0 | 9 | 0 | 1D | C | 4F | 34 | 4B |
| Octal | 314 | 341 | 240 | 11 | 0 | 35 | 14 | 117 | 64 | 113 |
| Binary | 11001100 | 11100001 | 10100000 | 1001 | 0 | 11101 | 1100 | 1001111 | 110100 | 1001011 |
Color Harmonies of #CCE1A0
Complementary color
Monochromatic Colors of #CCE1A0
Black with #CCE1A0
Text Example
Text Example
White with #CCE1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE1A0; }
p { color: rgb(204,225,160); }
H1.HeaderClassName
{
color: #CCE1A0;
}
.AnyTagClassName
{
color: #CCE1A0;
}
</style>
background-color css
<style>
a { background-color: #CCE1A0; }
a { background-color: rgb(204,225,160); }
div.DivClassName
{
background-color: #CCE1A0;
}
.BgClassName
{
background-color: #CCE1A0;
}
</style>
border-color css
<style>
span { border-color: #CCE1A0; }
span { border-color: rgb(204,225,160); }
td.TdClassName
{
border-color: #CCE1A0;
}
.TagClassName
{
border-color: #CCE1A0;
}
</style>