Shades of Reef #CCF3A9
Tints of Reef #CCF3A9
RGB
CMYK
RGB Variations
Color information
#CCF3A9 (or 0xCCF3A9) is known color: Reef. HEX triplet: CC, F3 and A9. RGB value is (204,243,169). Sum of RGB (Red+Green+Blue) = 204+243+169=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 243 (95.31% from 255 or 39.45% from 616); Blue value is 169 (66.41% from 255 or 27.44% from 616); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF3A9 is #330C56. Grayscale: #DFDFDF. Windows color (decimal): -3345495 or 11137996. OLE color: 11137996.
HSL color Cylindrical-coordinate representation of color #CCF3A9: hue angle of 91.62º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCF3A9 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 169 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.05 |
| HSL | 91.62º | 0.76% | 0.81% | - |
| HSV(B) | 91.62º | 0.3% | 0.95% | - |
| XYZ | 64.11 | 79.8 | 49.56 | - |
| YUV | 222.9 | 97.58 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 169 | 0.16 | 0 | 0.30 | 0.05 | 91.62 | 0.76 | 0.81 |
| Hex | CC | F3 | A9 | 10 | 0 | 1E | 5 | 5C | 4C | 51 |
| Octal | 314 | 363 | 251 | 20 | 0 | 36 | 5 | 134 | 114 | 121 |
| Binary | 11001100 | 11110011 | 10101001 | 10000 | 0 | 11110 | 101 | 1011100 | 1001100 | 1010001 |
Color Harmonies of #CCF3A9
Complementary color
Monochromatic Colors of #CCF3A9
Black with #CCF3A9
Text Example
Text Example
White with #CCF3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF3A9; }
p { color: rgb(204,243,169); }
H1.HeaderClassName
{
color: #CCF3A9;
}
.AnyTagClassName
{
color: #CCF3A9;
}
</style>
background-color css
<style>
a { background-color: #CCF3A9; }
a { background-color: rgb(204,243,169); }
div.DivClassName
{
background-color: #CCF3A9;
}
.BgClassName
{
background-color: #CCF3A9;
}
</style>
border-color css
<style>
span { border-color: #CCF3A9; }
span { border-color: rgb(204,243,169); }
td.TdClassName
{
border-color: #CCF3A9;
}
.TagClassName
{
border-color: #CCF3A9;
}
</style>