Shades of Reef #CCE8A3
Tints of Reef #CCE8A3
RGB
CMYK
RGB Variations
Color information
#CCE8A3 (or 0xCCE8A3) is known color: Reef. HEX triplet: CC, E8 and A3. RGB value is (204,232,163). Sum of RGB (Red+Green+Blue) = 204+232+163=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 232 (91.02% from 255 or 38.73% from 599); Blue value is 163 (64.06% from 255 or 27.21% from 599); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE8A3 is #33175C. Grayscale: #D8D8D8. Windows color (decimal): -3348317 or 10741964. OLE color: 10741964.
HSL color Cylindrical-coordinate representation of color #CCE8A3: hue angle of 84.35º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCE8A3 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 163 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.09 |
| HSL | 84.35º | 0.6% | 0.77% | - |
| HSV(B) | 84.35º | 0.3% | 0.91% | - |
| XYZ | 60.37 | 73.19 | 45.6 | - |
| YUV | 215.76 | 98.22 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 163 | 0.12 | 0 | 0.30 | 0.09 | 84.35 | 0.6 | 0.77 |
| Hex | CC | E8 | A3 | C | 0 | 1E | 9 | 54 | 3C | 4D |
| Octal | 314 | 350 | 243 | 14 | 0 | 36 | 11 | 124 | 74 | 115 |
| Binary | 11001100 | 11101000 | 10100011 | 1100 | 0 | 11110 | 1001 | 1010100 | 111100 | 1001101 |
Color Harmonies of #CCE8A3
Complementary color
Monochromatic Colors of #CCE8A3
Black with #CCE8A3
Text Example
Text Example
White with #CCE8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE8A3; }
p { color: rgb(204,232,163); }
H1.HeaderClassName
{
color: #CCE8A3;
}
.AnyTagClassName
{
color: #CCE8A3;
}
</style>
background-color css
<style>
a { background-color: #CCE8A3; }
a { background-color: rgb(204,232,163); }
div.DivClassName
{
background-color: #CCE8A3;
}
.BgClassName
{
background-color: #CCE8A3;
}
</style>
border-color css
<style>
span { border-color: #CCE8A3; }
span { border-color: rgb(204,232,163); }
td.TdClassName
{
border-color: #CCE8A3;
}
.TagClassName
{
border-color: #CCE8A3;
}
</style>