Shades of Reef #CCF6A4
Tints of Reef #CCF6A4
RGB
CMYK
RGB Variations
Color information
#CCF6A4 (or 0xCCF6A4) is known color: Reef. HEX triplet: CC, F6 and A4. RGB value is (204,246,164). Sum of RGB (Red+Green+Blue) = 204+246+164=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 246 (96.48% from 255 or 40.07% from 614); Blue value is 164 (64.45% from 255 or 26.71% from 614); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF6A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF6A4 is #33095B. Grayscale: #E0E0E0. Windows color (decimal): -3344732 or 10811084. OLE color: 10811084.
HSL color Cylindrical-coordinate representation of color #CCF6A4: hue angle of 90.73º degrees, saturation: 0.82, 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 #CCF6A4 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 164 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.04 |
| HSL | 90.73º | 0.82% | 0.8% | - |
| HSV(B) | 90.73º | 0.33% | 0.96% | - |
| XYZ | 64.56 | 81.43 | 47.44 | - |
| YUV | 224.09 | 94.09 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 164 | 0.17 | 0 | 0.33 | 0.04 | 90.73 | 0.82 | 0.8 |
| Hex | CC | F6 | A4 | 11 | 0 | 21 | 4 | 5B | 52 | 50 |
| Octal | 314 | 366 | 244 | 21 | 0 | 41 | 4 | 133 | 122 | 120 |
| Binary | 11001100 | 11110110 | 10100100 | 10001 | 0 | 100001 | 100 | 1011011 | 1010010 | 1010000 |
Color Harmonies of #CCF6A4
Complementary color
Monochromatic Colors of #CCF6A4
Black with #CCF6A4
Text Example
Text Example
White with #CCF6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF6A4; }
p { color: rgb(204,246,164); }
H1.HeaderClassName
{
color: #CCF6A4;
}
.AnyTagClassName
{
color: #CCF6A4;
}
</style>
background-color css
<style>
a { background-color: #CCF6A4; }
a { background-color: rgb(204,246,164); }
div.DivClassName
{
background-color: #CCF6A4;
}
.BgClassName
{
background-color: #CCF6A4;
}
</style>
border-color css
<style>
span { border-color: #CCF6A4; }
span { border-color: rgb(204,246,164); }
td.TdClassName
{
border-color: #CCF6A4;
}
.TagClassName
{
border-color: #CCF6A4;
}
</style>