Shades of Reef #CCE7AA
Tints of Reef #CCE7AA
RGB
CMYK
RGB Variations
Color information
#CCE7AA (or 0xCCE7AA) is known color: Reef. HEX triplet: CC, E7 and AA. RGB value is (204,231,170). Sum of RGB (Red+Green+Blue) = 204+231+170=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 231 (90.62% from 255 or 38.18% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE7AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE7AA is #331855. Grayscale: #D8D8D8. Windows color (decimal): -3348566 or 11200460. OLE color: 11200460.
HSL color Cylindrical-coordinate representation of color #CCE7AA: hue angle of 86.56º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCE7AA is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 170 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.09 |
| HSL | 86.56º | 0.56% | 0.79% | - |
| HSV(B) | 86.56º | 0.26% | 0.91% | - |
| XYZ | 60.73 | 72.89 | 48.9 | - |
| YUV | 215.97 | 102.05 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 170 | 0.12 | 0 | 0.26 | 0.09 | 86.56 | 0.56 | 0.79 |
| Hex | CC | E7 | AA | C | 0 | 1A | 9 | 57 | 38 | 4F |
| Octal | 314 | 347 | 252 | 14 | 0 | 32 | 11 | 127 | 70 | 117 |
| Binary | 11001100 | 11100111 | 10101010 | 1100 | 0 | 11010 | 1001 | 1010111 | 111000 | 1001111 |
Color Harmonies of #CCE7AA
Complementary color
Monochromatic Colors of #CCE7AA
Black with #CCE7AA
Text Example
Text Example
White with #CCE7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE7AA; }
p { color: rgb(204,231,170); }
H1.HeaderClassName
{
color: #CCE7AA;
}
.AnyTagClassName
{
color: #CCE7AA;
}
</style>
background-color css
<style>
a { background-color: #CCE7AA; }
a { background-color: rgb(204,231,170); }
div.DivClassName
{
background-color: #CCE7AA;
}
.BgClassName
{
background-color: #CCE7AA;
}
</style>
border-color css
<style>
span { border-color: #CCE7AA; }
span { border-color: rgb(204,231,170); }
td.TdClassName
{
border-color: #CCE7AA;
}
.TagClassName
{
border-color: #CCE7AA;
}
</style>