Shades of Reef #CCF0A7
Tints of Reef #CCF0A7
RGB
CMYK
RGB Variations
Color information
#CCF0A7 (or 0xCCF0A7) is known color: Reef. HEX triplet: CC, F0 and A7. RGB value is (204,240,167). Sum of RGB (Red+Green+Blue) = 204+240+167=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 240 (94.14% from 255 or 39.28% from 611); Blue value is 167 (65.62% from 255 or 27.33% from 611); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF0A7 is #330F58. Grayscale: #DDDDDD. Windows color (decimal): -3346265 or 11006156. OLE color: 11006156.
HSL color Cylindrical-coordinate representation of color #CCF0A7: hue angle of 89.59º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCF0A7 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 167 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.06 |
| HSL | 89.59º | 0.71% | 0.8% | - |
| HSV(B) | 89.59º | 0.3% | 0.94% | - |
| XYZ | 63.04 | 77.95 | 48.28 | - |
| YUV | 220.91 | 97.57 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 167 | 0.15 | 0 | 0.30 | 0.06 | 89.59 | 0.71 | 0.8 |
| Hex | CC | F0 | A7 | F | 0 | 1E | 6 | 5A | 47 | 50 |
| Octal | 314 | 360 | 247 | 17 | 0 | 36 | 6 | 132 | 107 | 120 |
| Binary | 11001100 | 11110000 | 10100111 | 1111 | 0 | 11110 | 110 | 1011010 | 1000111 | 1010000 |
Color Harmonies of #CCF0A7
Complementary color
Monochromatic Colors of #CCF0A7
Black with #CCF0A7
Text Example
Text Example
White with #CCF0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF0A7; }
p { color: rgb(204,240,167); }
H1.HeaderClassName
{
color: #CCF0A7;
}
.AnyTagClassName
{
color: #CCF0A7;
}
</style>
background-color css
<style>
a { background-color: #CCF0A7; }
a { background-color: rgb(204,240,167); }
div.DivClassName
{
background-color: #CCF0A7;
}
.BgClassName
{
background-color: #CCF0A7;
}
</style>
border-color css
<style>
span { border-color: #CCF0A7; }
span { border-color: rgb(204,240,167); }
td.TdClassName
{
border-color: #CCF0A7;
}
.TagClassName
{
border-color: #CCF0A7;
}
</style>