Shades of Reef #CCE3A7
Tints of Reef #CCE3A7
RGB
CMYK
RGB Variations
Color information
#CCE3A7 (or 0xCCE3A7) is known color: Reef. HEX triplet: CC, E3 and A7. RGB value is (204,227,167). Sum of RGB (Red+Green+Blue) = 204+227+167=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 227 (89.06% from 255 or 37.96% from 598); Blue value is 167 (65.62% from 255 or 27.93% from 598); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE3A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE3A7 is #331C58. Grayscale: #D5D5D5. Windows color (decimal): -3349593 or 11002828. OLE color: 11002828.
HSL color Cylindrical-coordinate representation of color #CCE3A7: hue angle of 83º degrees, saturation: 0.52, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCE3A7 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 167 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.11 |
| HSL | 83º | 0.52% | 0.77% | - |
| HSV(B) | 83º | 0.26% | 0.89% | - |
| XYZ | 59.35 | 70.57 | 47.05 | - |
| YUV | 213.28 | 101.88 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 167 | 0.10 | 0 | 0.26 | 0.11 | 83 | 0.52 | 0.77 |
| Hex | CC | E3 | A7 | A | 0 | 1A | B | 53 | 34 | 4D |
| Octal | 314 | 343 | 247 | 12 | 0 | 32 | 13 | 123 | 64 | 115 |
| Binary | 11001100 | 11100011 | 10100111 | 1010 | 0 | 11010 | 1011 | 1010011 | 110100 | 1001101 |
Color Harmonies of #CCE3A7
Complementary color
Monochromatic Colors of #CCE3A7
Black with #CCE3A7
Text Example
Text Example
White with #CCE3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE3A7; }
p { color: rgb(204,227,167); }
H1.HeaderClassName
{
color: #CCE3A7;
}
.AnyTagClassName
{
color: #CCE3A7;
}
</style>
background-color css
<style>
a { background-color: #CCE3A7; }
a { background-color: rgb(204,227,167); }
div.DivClassName
{
background-color: #CCE3A7;
}
.BgClassName
{
background-color: #CCE3A7;
}
</style>
border-color css
<style>
span { border-color: #CCE3A7; }
span { border-color: rgb(204,227,167); }
td.TdClassName
{
border-color: #CCE3A7;
}
.TagClassName
{
border-color: #CCE3A7;
}
</style>