Shades of Reef #CCF5A3
Tints of Reef #CCF5A3
RGB
CMYK
RGB Variations
Color information
#CCF5A3 (or 0xCCF5A3) is known color: Reef. HEX triplet: CC, F5 and A3. RGB value is (204,245,163). Sum of RGB (Red+Green+Blue) = 204+245+163=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 245 (96.09% from 255 or 40.03% from 612); Blue value is 163 (64.06% from 255 or 26.63% from 612); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF5A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF5A3 is #330A5C. Grayscale: #DFDFDF. Windows color (decimal): -3344989 or 10745292. OLE color: 10745292.
HSL color Cylindrical-coordinate representation of color #CCF5A3: hue angle of 90º 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 #CCF5A3 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 163 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.04 |
| HSL | 90º | 0.8% | 0.8% | - |
| HSV(B) | 90º | 0.33% | 0.96% | - |
| XYZ | 64.17 | 80.79 | 46.86 | - |
| YUV | 223.39 | 93.92 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 163 | 0.17 | 0 | 0.33 | 0.04 | 90 | 0.8 | 0.8 |
| Hex | CC | F5 | A3 | 11 | 0 | 21 | 4 | 5A | 50 | 50 |
| Octal | 314 | 365 | 243 | 21 | 0 | 41 | 4 | 132 | 120 | 120 |
| Binary | 11001100 | 11110101 | 10100011 | 10001 | 0 | 100001 | 100 | 1011010 | 1010000 | 1010000 |
Color Harmonies of #CCF5A3
Complementary color
Monochromatic Colors of #CCF5A3
Black with #CCF5A3
Text Example
Text Example
White with #CCF5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF5A3; }
p { color: rgb(204,245,163); }
H1.HeaderClassName
{
color: #CCF5A3;
}
.AnyTagClassName
{
color: #CCF5A3;
}
</style>
background-color css
<style>
a { background-color: #CCF5A3; }
a { background-color: rgb(204,245,163); }
div.DivClassName
{
background-color: #CCF5A3;
}
.BgClassName
{
background-color: #CCF5A3;
}
</style>
border-color css
<style>
span { border-color: #CCF5A3; }
span { border-color: rgb(204,245,163); }
td.TdClassName
{
border-color: #CCF5A3;
}
.TagClassName
{
border-color: #CCF5A3;
}
</style>