Shades of Reef #CCE9A3
Tints of Reef #CCE9A3
RGB
CMYK
RGB Variations
Color information
#CCE9A3 (or 0xCCE9A3) is known color: Reef. HEX triplet: CC, E9 and A3. RGB value is (204,233,163). Sum of RGB (Red+Green+Blue) = 204+233+163=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 233 (91.41% from 255 or 38.83% from 600); Blue value is 163 (64.06% from 255 or 27.17% from 600); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE9A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE9A3 is #33165C. Grayscale: #D8D8D8. Windows color (decimal): -3348061 or 10742220. OLE color: 10742220.
HSL color Cylindrical-coordinate representation of color #CCE9A3: hue angle of 84.86º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCE9A3 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 163 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.09 |
| HSL | 84.86º | 0.61% | 0.78% | - |
| HSV(B) | 84.86º | 0.3% | 0.91% | - |
| XYZ | 60.65 | 73.76 | 45.69 | - |
| YUV | 216.35 | 97.89 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 163 | 0.12 | 0 | 0.30 | 0.09 | 84.86 | 0.61 | 0.78 |
| Hex | CC | E9 | A3 | C | 0 | 1E | 9 | 55 | 3D | 4E |
| Octal | 314 | 351 | 243 | 14 | 0 | 36 | 11 | 125 | 75 | 116 |
| Binary | 11001100 | 11101001 | 10100011 | 1100 | 0 | 11110 | 1001 | 1010101 | 111101 | 1001110 |
Color Harmonies of #CCE9A3
Complementary color
Monochromatic Colors of #CCE9A3
Black with #CCE9A3
Text Example
Text Example
White with #CCE9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE9A3; }
p { color: rgb(204,233,163); }
H1.HeaderClassName
{
color: #CCE9A3;
}
.AnyTagClassName
{
color: #CCE9A3;
}
</style>
background-color css
<style>
a { background-color: #CCE9A3; }
a { background-color: rgb(204,233,163); }
div.DivClassName
{
background-color: #CCE9A3;
}
.BgClassName
{
background-color: #CCE9A3;
}
</style>
border-color css
<style>
span { border-color: #CCE9A3; }
span { border-color: rgb(204,233,163); }
td.TdClassName
{
border-color: #CCE9A3;
}
.TagClassName
{
border-color: #CCE9A3;
}
</style>