Shades of Reef #CCF1AC
Tints of Reef #CCF1AC
RGB
CMYK
RGB Variations
Color information
#CCF1AC (or 0xCCF1AC) is known color: Reef. HEX triplet: CC, F1 and AC. RGB value is (204,241,172). Sum of RGB (Red+Green+Blue) = 204+241+172=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 172 (67.58% from 255 or 27.88% from 617); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF1AC is #330E53. Grayscale: #DEDEDE. Windows color (decimal): -3346004 or 11334092. OLE color: 11334092.
HSL color Cylindrical-coordinate representation of color #CCF1AC: hue angle of 92.17º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCF1AC is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 172 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.05 |
| HSL | 92.17º | 0.71% | 0.81% | - |
| HSV(B) | 92.17º | 0.29% | 0.95% | - |
| XYZ | 63.8 | 78.73 | 50.86 | - |
| YUV | 222.07 | 99.74 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 172 | 0.15 | 0 | 0.29 | 0.05 | 92.17 | 0.71 | 0.81 |
| Hex | CC | F1 | AC | F | 0 | 1D | 5 | 5C | 47 | 51 |
| Octal | 314 | 361 | 254 | 17 | 0 | 35 | 5 | 134 | 107 | 121 |
| Binary | 11001100 | 11110001 | 10101100 | 1111 | 0 | 11101 | 101 | 1011100 | 1000111 | 1010001 |
Color Harmonies of #CCF1AC
Complementary color
Monochromatic Colors of #CCF1AC
Black with #CCF1AC
Text Example
Text Example
White with #CCF1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF1AC; }
p { color: rgb(204,241,172); }
H1.HeaderClassName
{
color: #CCF1AC;
}
.AnyTagClassName
{
color: #CCF1AC;
}
</style>
background-color css
<style>
a { background-color: #CCF1AC; }
a { background-color: rgb(204,241,172); }
div.DivClassName
{
background-color: #CCF1AC;
}
.BgClassName
{
background-color: #CCF1AC;
}
</style>
border-color css
<style>
span { border-color: #CCF1AC; }
span { border-color: rgb(204,241,172); }
td.TdClassName
{
border-color: #CCF1AC;
}
.TagClassName
{
border-color: #CCF1AC;
}
</style>