Shades of Reef #CCF5A4
Tints of Reef #CCF5A4
RGB
CMYK
RGB Variations
Color information
#CCF5A4 (or 0xCCF5A4) is known color: Reef. HEX triplet: CC, F5 and A4. RGB value is (204,245,164). Sum of RGB (Red+Green+Blue) = 204+245+164=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 245 (96.09% from 255 or 39.97% from 613); Blue value is 164 (64.45% from 255 or 26.75% from 613); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF5A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF5A4 is #330A5B. Grayscale: #DFDFDF. Windows color (decimal): -3344988 or 10810828. OLE color: 10810828.
HSL color Cylindrical-coordinate representation of color #CCF5A4: hue angle of 90.37º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCF5A4 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 164 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.04 |
| HSL | 90.37º | 0.8% | 0.8% | - |
| HSV(B) | 90.37º | 0.33% | 0.96% | - |
| XYZ | 64.26 | 80.82 | 47.34 | - |
| YUV | 223.51 | 94.42 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 164 | 0.17 | 0 | 0.33 | 0.04 | 90.37 | 0.8 | 0.8 |
| Hex | CC | F5 | A4 | 11 | 0 | 21 | 4 | 5A | 50 | 50 |
| Octal | 314 | 365 | 244 | 21 | 0 | 41 | 4 | 132 | 120 | 120 |
| Binary | 11001100 | 11110101 | 10100100 | 10001 | 0 | 100001 | 100 | 1011010 | 1010000 | 1010000 |
Color Harmonies of #CCF5A4
Complementary color
Monochromatic Colors of #CCF5A4
Black with #CCF5A4
Text Example
Text Example
White with #CCF5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF5A4; }
p { color: rgb(204,245,164); }
H1.HeaderClassName
{
color: #CCF5A4;
}
.AnyTagClassName
{
color: #CCF5A4;
}
</style>
background-color css
<style>
a { background-color: #CCF5A4; }
a { background-color: rgb(204,245,164); }
div.DivClassName
{
background-color: #CCF5A4;
}
.BgClassName
{
background-color: #CCF5A4;
}
</style>
border-color css
<style>
span { border-color: #CCF5A4; }
span { border-color: rgb(204,245,164); }
td.TdClassName
{
border-color: #CCF5A4;
}
.TagClassName
{
border-color: #CCF5A4;
}
</style>