Shades of Reef #CCF8A7
Tints of Reef #CCF8A7
RGB
CMYK
RGB Variations
Color information
#CCF8A7 (or 0xCCF8A7) is known color: Reef. HEX triplet: CC, F8 and A7. RGB value is (204,248,167). Sum of RGB (Red+Green+Blue) = 204+248+167=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 248 (97.27% from 255 or 40.06% from 619); Blue value is 167 (65.62% from 255 or 26.98% from 619); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF8A7 is #330758. Grayscale: #E1E1E1. Windows color (decimal): -3344217 or 11008204. OLE color: 11008204.
HSL color Cylindrical-coordinate representation of color #CCF8A7: hue angle of 92.59º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCF8A7 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 167 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.03 |
| HSL | 92.59º | 0.85% | 0.81% | - |
| HSV(B) | 92.59º | 0.33% | 0.97% | - |
| XYZ | 65.44 | 82.76 | 49.08 | - |
| YUV | 225.61 | 94.92 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 167 | 0.18 | 0 | 0.33 | 0.03 | 92.59 | 0.85 | 0.81 |
| Hex | CC | F8 | A7 | 12 | 0 | 21 | 3 | 5D | 55 | 51 |
| Octal | 314 | 370 | 247 | 22 | 0 | 41 | 3 | 135 | 125 | 121 |
| Binary | 11001100 | 11111000 | 10100111 | 10010 | 0 | 100001 | 11 | 1011101 | 1010101 | 1010001 |
Color Harmonies of #CCF8A7
Complementary color
Monochromatic Colors of #CCF8A7
Black with #CCF8A7
Text Example
Text Example
White with #CCF8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF8A7; }
p { color: rgb(204,248,167); }
H1.HeaderClassName
{
color: #CCF8A7;
}
.AnyTagClassName
{
color: #CCF8A7;
}
</style>
background-color css
<style>
a { background-color: #CCF8A7; }
a { background-color: rgb(204,248,167); }
div.DivClassName
{
background-color: #CCF8A7;
}
.BgClassName
{
background-color: #CCF8A7;
}
</style>
border-color css
<style>
span { border-color: #CCF8A7; }
span { border-color: rgb(204,248,167); }
td.TdClassName
{
border-color: #CCF8A7;
}
.TagClassName
{
border-color: #CCF8A7;
}
</style>